OLD | NEW |
1 Test OfflineAudioContext.resume() and OfflineAudioContext.suspend() with the tim
ed sequence. | 1 Test OfflineAudioContext.resume() and OfflineAudioContext.suspend() with the tim
ed sequence. |
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 Scheduling suspend #0 at 0.25 second(s). | 6 PASS Scheduling suspend #0 at 0.25 second(s). |
7 PASS Scheduling suspend #1 at 0.75 second(s). | 7 PASS Scheduling suspend #1 at 0.75 second(s). |
8 PASS Scheduling suspend #2 at 1 second(s). | 8 PASS Scheduling suspend #2 at 1 second(s). |
9 PASS Scheduling suspend #3 at 0.5 second(s). | 9 PASS Scheduling suspend #3 at 0.5 second(s). |
10 PASS Scheduling suspend #4 at 1.25 second(s). | 10 PASS Scheduling suspend #4 at 1.25 second(s). |
11 PASS Scheduling suspend #5 at 0 second(s). | 11 PASS Scheduling suspend #5 at 0 second(s). |
12 PASS Scheduling suspend #6 at 1.75 second(s). | 12 PASS Scheduling suspend #6 at 1.75 second(s). |
13 PASS The resolution order of suspend #5 is 0 at 0.00 second(s). | 13 PASS The resolution order of suspend #5 is 0 at 0.00 second(s). |
14 PASS The resolution order of suspend #0 is 1 at 0.25 second(s). | 14 PASS The resolution order of suspend #0 is 1 at 0.25 second(s). |
15 PASS The resolution order of suspend #3 is 2 at 0.50 second(s). | 15 PASS The resolution order of suspend #3 is 2 at 0.50 second(s). |
16 PASS The resolution order of suspend #1 is 3 at 0.75 second(s). | 16 PASS The resolution order of suspend #1 is 3 at 0.75 second(s). |
17 PASS The resolution order of suspend #2 is 4 at 1.00 second(s). | 17 PASS The resolution order of suspend #2 is 4 at 1.00 second(s). |
18 PASS The resolution order of suspend #4 is 5 at 1.25 second(s). | 18 PASS The resolution order of suspend #4 is 5 at 1.25 second(s). |
19 PASS The resolution order of suspend #6 is 6 at 1.75 second(s). | 19 PASS The resolution order of suspend #6 is 6 at 1.75 second(s). |
20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
21 | 21 |
22 TEST COMPLETE | 22 TEST COMPLETE |
23 | 23 |
OLD | NEW |