Reftest for video poster frame

This commit is contained in:
Fernando Jiménez Moreno 2018-12-26 15:39:48 +01:00
parent 5c5b5aae0f
commit 9d5499bbfb
10 changed files with 88 additions and 1 deletions

View file

@ -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;
};