Implement HTMLMediaElement muted and defaultMuted attributes

This commit is contained in:
Steve Sweetney 2019-02-01 14:24:30 -05:00
parent 4a6b911908
commit 02d3328d3c
5 changed files with 44 additions and 109 deletions

View file

@ -6789,12 +6789,6 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type]
expected: FAIL
@ -6819,12 +6813,6 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type]
expected: FAIL
@ -6849,12 +6837,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type]
expected: FAIL
@ -6879,12 +6861,6 @@
[HTMLMediaElement interface: attribute controls]
expected: FAIL
[HTMLMediaElement interface: attribute muted]
expected: FAIL
[HTMLMediaElement interface: attribute defaultMuted]
expected: FAIL
[HTMLMediaElement interface: attribute audioTracks]
expected: FAIL

View file

@ -1,20 +0,0 @@
[event_volumechange.html]
expected: TIMEOUT
[setting audio.muted fires volumechange]
expected: FAIL
[setting video.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT
[setting audio.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT
[setting video.muted fires volumechange]
expected: FAIL
[setting audio.volume/muted repeatedly fires volumechange repeatedly]
expected: TIMEOUT
[setting video.volume/muted to the same value does not fire volumechange]
expected: TIMEOUT

View file

@ -1,76 +1,13 @@
[muted.html]
[getting audio.muted (script-created)]
expected: FAIL
[getting audio.muted (parser-created)]
expected: FAIL
[getting audio.muted with muted="" (document.write-created)]
expected: FAIL
[getting video.muted with muted="" after load (parser-created)]
expected: FAIL
[cloning video propagates muted (innerHTML-created)]
expected: FAIL
[getting video.muted with muted="" (innerHTML-created)]
expected: FAIL
[setting audio.muted with muted="" (parser-created)]
expected: FAIL
[setting audio.muted (script-created)]
expected: FAIL
[getting video.muted with muted="" (document.write-created)]
expected: FAIL
[getting audio.muted with muted="" (innerHTML-created)]
expected: FAIL
[setting video.muted with muted="" (parser-created)]
expected: FAIL
[getting video.muted with muted="" (script-created)]
expected: FAIL
[setting video.muted (parser-created)]
expected: FAIL
[getting video.muted (parser-created)]
expected: FAIL
[setting audio.muted (parser-created)]
expected: FAIL
[setting video.muted (script-created)]
expected: FAIL
[setting audio.muted with muted="" (script-created)]
expected: FAIL
[cloning video propagates muted (script-created)]
expected: FAIL
[getting audio.muted with muted="" (parser-created)]
expected: FAIL
[getting video.muted (script-created)]
expected: FAIL
[setting video.muted with muted="" (script-created)]
expected: FAIL
[cloning audio propagates muted (innerHTML-created)]
expected: FAIL
[cloning audio propagates muted (script-created)]
expected: FAIL
[getting audio.muted with muted="" (script-created)]
expected: FAIL
[getting video.muted with muted="" (parser-created)]
expected: FAIL