blob: 4d5b555dc97face15e2b3ddc93472d43148916ce [file] [log] [blame]
This tests that passing zero to the "numberOfFrames" parameter of the OfflineAudioContext constructor does not cause a crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception SyntaxError: The string did not match the expected pattern..
PASS new webkitOfflineAudioContext(0, 1, 44100) threw exception SyntaxError: The string did not match the expected pattern..
PASS new webkitOfflineAudioContext(1, 1, 0) threw exception SyntaxError: The string did not match the expected pattern..
PASS new webkitOfflineAudioContext(1, 1, 44100) did not throw exception.
PASS did not crash