blob: d78577e713482bf9557803007a76a3f401f72da4 [file] [log] [blame]
Tests that AudioBufferSourceNode validates start and stop calls.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
PASS bufferSource.start(0) threw exception Error: InvalidStateError: DOM Exception 11.
PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
PASS successfullyParsed is true
TEST COMPLETE