Implement basic media resource selection and fetching.

This commit is contained in:
Josh Matthews
2015-11-06 22:43:11 -06:00
parent 5918954edd
commit eae27adc4a
107 changed files with 1722 additions and 9 deletions

View File

@@ -0,0 +1,65 @@
[muted.html]
type: testharness
[getting audio.muted (parser-created)]
expected: FAIL
[setting audio.muted (parser-created)]
expected: FAIL
[getting audio.muted with muted="" (parser-created)]
expected: FAIL
[setting audio.muted with muted="" (parser-created)]
expected: FAIL
[getting video.muted (parser-created)]
expected: FAIL
[setting video.muted (parser-created)]
expected: FAIL
[getting video.muted with muted="" (parser-created)]
expected: FAIL
[setting video.muted with muted="" (parser-created)]
expected: FAIL
[getting video.muted with muted="" after load (parser-created)]
expected: FAIL
[getting audio.muted (script-created)]
expected: FAIL
[setting audio.muted (script-created)]
expected: FAIL
[getting audio.muted with muted="" (script-created)]
expected: FAIL
[setting audio.muted with muted="" (script-created)]
expected: FAIL
[getting audio.muted with muted="" (innerHTML-created)]
expected: FAIL
[getting audio.muted with muted="" (document.write-created)]
expected: FAIL
[getting video.muted (script-created)]
expected: FAIL
[setting video.muted (script-created)]
expected: FAIL
[getting video.muted with muted="" (script-created)]
expected: FAIL
[setting video.muted with muted="" (script-created)]
expected: FAIL
[getting video.muted with muted="" (innerHTML-created)]
expected: FAIL
[getting video.muted with muted="" (document.write-created)]
expected: FAIL