mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
HTMLMediaElement playing attribute
This commit is contained in:
parent
5da1069491
commit
f98da2e7b7
4 changed files with 27 additions and 19 deletions
|
@ -6792,9 +6792,6 @@
|
|||
[HTMLMediaElement interface: document.createElement("video") must inherit property "playbackRate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "played" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6849,9 +6846,6 @@
|
|||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "playbackRate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "played" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6906,9 +6900,6 @@
|
|||
[HTMLMediaElement interface: new Audio() must inherit property "playbackRate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: new Audio() must inherit property "played" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7038,9 +7029,6 @@
|
|||
[HTMLMediaElement interface: attribute playbackRate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: attribute played]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: attribute seekable]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue