Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698