| OLD | NEW |
| 1 Tests the OfflineAudioContext constructor | 1 Tests the OfflineAudioContext constructor |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Fai
led to construct 'OfflineAudioContext': number of frames cannot be zero.. | 6 PASS new OfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to
construct 'OfflineAudioContext': number of frames cannot be zero.. |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |