Pass | Setting audio.volume to NaN should throw a TypeError | Asserts runPass | 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) |
|
Pass | Setting audio.volume to Infinity should throw a TypeError | Asserts runPass | 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) |
|
Pass | Setting audio.volume to -Infinity should throw a TypeError | Asserts runPass | 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) |
|
Pass | Setting video.volume to NaN should throw a TypeError | Asserts runPass | 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) |
|
Pass | Setting video.volume to Infinity should throw a TypeError | Asserts runPass | 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) |
|
Pass | Setting video.volume to -Infinity should throw a TypeError | Asserts runPass | 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) |
|