blob: d378f9471bd2fcbddbc1151bf36d77bb663a7bc1 [file] [log] [blame]
commit-queue@webkit.orge29e7122015-10-23 07:37:29 +00001Tests that ConvolverNode buffer rate must match context rate.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS convolver.buffer = context.createBuffer(1, 256, 22050) threw exception Error: NotSupportedError: DOM Exception 9.
7PASS convolver.buffer = context.createBuffer(1, 256, 44100) did not throw exception.
8PASS successfullyParsed is true
9
10TEST COMPLETE
11