mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Auto merge of #22399 - ferjm:poster.frame, r=jdm
Implement HTMLMediaElement poster attribute - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22288 - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22399) <!-- Reviewable:end -->
This commit is contained in:
commit
2cf9a00c99
14 changed files with 483 additions and 64 deletions
|
@ -7157,6 +7157,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/video_poster_frame.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/video_poster_frame.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/mozilla/video_poster_frame_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/webgl/clearcolor.html": [
|
||||
[
|
||||
"/_mozilla/mozilla/webgl/clearcolor.html",
|
||||
|
@ -10368,6 +10380,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/poster.png": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/referrer-policy/OWNERS": [
|
||||
[
|
||||
{}
|
||||
|
@ -11813,6 +11830,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/video_poster_frame_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/webgl/clearcolor_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -27227,6 +27249,10 @@
|
|||
"5aff666995fe6cd1d4e84e63a9f6019d04387f8e",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/poster.png": [
|
||||
"33834c3ef095fa9c0080017e1b65b2eb8413eac4",
|
||||
"support"
|
||||
],
|
||||
"mozilla/postmessage_closed.html": [
|
||||
"c54e371b270cd2e34558dfb7994785d697330534",
|
||||
"testharness"
|
||||
|
@ -32811,6 +32837,14 @@
|
|||
"5ab0557c5e02828c38f5c58edde5425e40dcb4b1",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/video_poster_frame.html": [
|
||||
"8e85bcd62303b70153f8d451a843cb2bdd96484d",
|
||||
"reftest"
|
||||
],
|
||||
"mozilla/video_poster_frame_ref.html": [
|
||||
"b45a87aa614eef6cbe21a77a7b75e81e9a9f8c95",
|
||||
"support"
|
||||
],
|
||||
"mozilla/weakref.html": [
|
||||
"4deccbe1e26a3f921eea85a4395394a55cc88be4",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue