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