| OLD | NEW |
| (Empty) |
| 1 Test synchronous graph manipulation with OfflineAudioContext.suspend() and Offli
neAudioContext.resume(). | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS The first suspend time is equal to 1. | |
| 7 PASS The second suspend time is equal to 2. | |
| 8 PASS Buffer [0, 12800) contains only the constant 0. | |
| 9 PASS Buffer [12800, 25600) contains only the constant 1. | |
| 10 PASS Buffer [25600, 38400) contains only the constant 0. | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |