Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test promise resolution of OfflineAudioContext.resume() and OfflineAudioContext. suspend(). | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS context.currentTime is equal to 0. | |
| 7 PASS context.currentTime is equal to 0.25. | |
| 8 PASS context.currentTime is equal to 0.5. | |
| 9 PASS context.currentTime is equal to 0.75. | |
| 10 PASS context.currentTime is equal to 1. | |
| 11 PASS context.currentTime is equal to 1.25. | |
| 12 PASS context.currentTime is equal to 1.5. | |
| 13 PASS context.currentTime is equal to 1.75. | |
| 14 PASS context.suspend(scheduledSuspendTime) rejected correctly (with InvalidState Error: cannot schedule a suspend at 2 seconds which is greater than or equal to the total render duration of 2). | |
|
Raymond Toy
2015/06/15 20:42:13
"duration of 2" -> "duration of 2 sec".
hongchan
2015/06/15 21:44:20
Done.
| |
| 15 PASS context.state is equal to closed. | |
| 16 PASS successfullyParsed is true | |
| 17 | |
| 18 TEST COMPLETE | |
| 19 | |
| OLD | NEW |