Pass | assert_equals(2, 2, "A DestinationNode should have two channels by default")
at Test.<anonymous> ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:25:11) |
Pass | assert_greater_than_equal(2, 2, "maxChannelCount should be >= 2")
at Test.<anonymous> ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:28:11) |
Pass | assert_throws_dom("IndexSizeError", function "function() { ac.destination.channelCount = ac.destination.maxChannelCount + 1 }", "Setting the channelCount to something greater than\n the maxChannelCount should throw IndexSizeError")
at Test.<anonymous> ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:31:11) |
Pass | assert_throws_dom("NotSupportedError", function "function() { ac.destination.channelCount = 0; }", "Setting the channelCount to 0 should throw NotSupportedError")
at Test.<anonymous> ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:36:11) |
Pass | assert_true(true, "Setting the channelCount to maxChannelCount should not throw")
at assert_doesnt_throw ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:19:9) |
Pass | assert_true(true, "Setting the channelCount to 1 should not throw")
at assert_doesnt_throw ( /webaudio/the-audio-api/the-destinationnode-interface/destination.html:19:9) |