blob: 956a57797949be7e29841b700498d5d324e86710 [file] [log] [blame]
CONSOLE MESSAGE: Failed to construct internal AudioBuffer with 1 channel(s), a sample rate of 44000 and a length of 536870912.
Make sure that the length returned by OfflineAudioContext even if we failed to construct the rendering buffer.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS new OfflineAudioContext(1, 2**29, 44000).length is 2**29
PASS successfullyParsed is true
TEST COMPLETE