mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Reftest for video poster frame
This commit is contained in:
parent
5c5b5aae0f
commit
9d5499bbfb
10 changed files with 88 additions and 1 deletions
|
@ -13,3 +13,8 @@ interface HTMLVideoElement : HTMLMediaElement {
|
|||
readonly attribute unsigned long videoHeight;
|
||||
[CEReactions] attribute DOMString poster;
|
||||
};
|
||||
|
||||
partial interface HTMLVideoElement {
|
||||
[Pref="media.testing.enabled"]
|
||||
attribute EventHandler onpostershown;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue