Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test OfflineAudioContext.startRendering Promise | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS Promise correctly rejected when calling startRendering twice | |
| 7 PASS context.state is "closed" | |
| 8 PASS renderedData.numberOfChannels is 2 | |
| 9 PASS renderedData.length is 48000 | |
| 10 PASS Rendered data matches expected results | |
| 11 PASS OfflineAudioContext.startRendering promise succeeded | |
| 12 PASS successfullyParsed is true | |
| 13 | |
| 14 TEST COMPLETE | |
| 15 | |
| OLD | NEW |