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:
bors-servo 2019-01-14 17:35:23 -05:00 committed by GitHub
commit 2cf9a00c99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 483 additions and 64 deletions

View file

@ -6747,9 +6747,6 @@
[HTMLVideoElement interface: attribute height]
expected: FAIL
[HTMLVideoElement interface: attribute poster]
expected: FAIL
[HTMLVideoElement interface: attribute playsInline]
expected: FAIL
@ -6759,9 +6756,6 @@
[HTMLVideoElement interface: document.createElement("video") must inherit property "height" with the proper type]
expected: FAIL
[HTMLVideoElement interface: document.createElement("video") must inherit property "poster" with the proper type]
expected: FAIL
[HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type]
expected: FAIL