Implement Ended media attribute

Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
german gomez 2018-12-11 01:16:34 +01:00
parent b49e7517a3
commit 5605f235c6
3 changed files with 104 additions and 13 deletions

View file

@ -1052,9 +1052,6 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
expected: FAIL
@ -1124,9 +1121,6 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
expected: FAIL
@ -1259,9 +1253,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "ended" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "autoplay" with the proper type]
expected: FAIL
@ -1412,9 +1403,6 @@
[HTMLMediaElement interface: attribute seekable]
expected: FAIL
[HTMLMediaElement interface: attribute ended]
expected: FAIL
[HTMLMediaElement interface: attribute loop]
expected: FAIL