mirror of
https://github.com/servo/servo.git
synced 2025-09-11 07:28:19 +01:00
Implement Ended media attribute
Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
parent
b49e7517a3
commit
5605f235c6
3 changed files with 104 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue