blob: 498bdacfddc50b3c11056bb04f3ede32ef229285 [file] [log] [blame]
CONSOLE MESSAGE: Failed to construct internal AudioBuffer with 1 channel(s), a sample rate of 44000 and a length of 536870912.
This test passes if it does not crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS context = new OfflineAudioContext(1, 2**29, 44000) did not throw exception.
PASS context.sampleRate is 44000
PASS new OscillatorNode(context) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE