Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassSetting audio.volume to NaN should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)
PassSetting audio.volume to Infinity should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)
PassSetting audio.volume to -Infinity should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)
PassSetting video.volume to NaN should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)
PassSetting video.volume to Infinity should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)
PassSetting video.volume to -Infinity should throw a TypeError
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         el.volume = aValue;       }")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/volume_nonfinite.html:12:7)