Skip to content

Commit

Permalink
Changing test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vsanchez committed Dec 11, 2018
1 parent 3abcd16 commit 46c4fc7
Showing 1 changed file with 6 additions and 6 deletions.
@@ -1,20 +1,20 @@
[volume_nonfinite.html]
type: testharness
[Setting audio.volume to NaN should throw a TypeError]
expected: FAIL
expected: PASS

[Setting audio.volume to Infinity should throw a TypeError]
expected: FAIL
expected: PASS

[Setting audio.volume to -Infinity should throw a TypeError]
expected: FAIL
expected: PASS

[Setting video.volume to NaN should throw a TypeError]
expected: FAIL
expected: PASS

[Setting video.volume to Infinity should throw a TypeError]
expected: FAIL
expected: PASS

[Setting video.volume to -Infinity should throw a TypeError]
expected: FAIL
expected: PASS

0 comments on commit 46c4fc7

Please sign in to comment.