Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PasscreatePeriodicWave with Infinity real values should throw
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => ctx.createPeriodicWave(real, imag)")
    at Test.<anonymous> ( /webaudio/the-audio-api/the-periodicwave-interface/createPeriodicWaveInfiniteValuesThrows.html:14:3)
PasscreatePeriodicWave with Infinity imag values should throw
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => ctx.createPeriodicWave(real, imag)")
    at Test.<anonymous> ( /webaudio/the-audio-api/the-periodicwave-interface/createPeriodicWaveInfiniteValuesThrows.html:20:3)