mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Implement basic media resource selection and fetching.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user