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

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

Issue 1140723003: Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Bring ToT Created 5 years, 4 months 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
(Empty)
1 Test OfflineAudioContext.resume() and OfflineAudioContext.suspend() with the tim ed sequence.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS The actual resolution order of the suspend 5 (0.00 sec.) is equal to 0.
7 PASS The actual resolution order of the suspend 0 (0.25 sec.) is equal to 1.
8 PASS The actual resolution order of the suspend 3 (0.50 sec.) is equal to 2.
9 PASS The actual resolution order of the suspend 1 (0.75 sec.) is equal to 3.
10 PASS The actual resolution order of the suspend 2 (1.00 sec.) is equal to 4.
11 PASS The actual resolution order of the suspend 4 (1.25 sec.) is equal to 5.
12 PASS The actual resolution order of the suspend 6 (1.75 sec.) is equal to 6.
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence.html ('k') | LayoutTests/webaudio/resources/audio-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698