HTMLMediaElement playing attribute

This commit is contained in:
Fernando Jiménez Moreno 2018-11-02 10:07:12 +01:00
parent 5da1069491
commit f98da2e7b7
4 changed files with 27 additions and 19 deletions

View file

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