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,20 @@
[volume_nonfinite.html]
type: testharness
[Setting audio.volume to NaN should throw a TypeError]
expected: FAIL
[Setting audio.volume to Infinity should throw a TypeError]
expected: FAIL
[Setting audio.volume to -Infinity should throw a TypeError]
expected: FAIL
[Setting video.volume to NaN should throw a TypeError]
expected: FAIL
[Setting video.volume to Infinity should throw a TypeError]
expected: FAIL
[Setting video.volume to -Infinity should throw a TypeError]
expected: FAIL