blob: f5e0bc42b770d5bb7bfccfb5d253252d2936e480 [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 (DOM Exception 11): The object is in an invalid state..
PASS bufferSource.start(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
PASS bufferSource.stop(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
PASS successfullyParsed is true
TEST COMPLETE