blob: d70ff9c0f075ae1d5a0fb0c0dcce3407070226bd [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 InvalidStateError: The object is in an invalid state..
PASS bufferSource.start(0) threw exception InvalidStateError: Cannot call start more than once..
PASS bufferSource.stop(0) threw exception InvalidStateError: The object is in an invalid state..
PASS successfullyParsed is true
TEST COMPLETE