mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
Reftest for video poster frame
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user