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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt
diff --git a/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..eca9aad53e44c21352ac4c7fcc8d23465d44706b
--- /dev/null
+++ b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt
@@ -0,0 +1,16 @@
+Test OfflineAudioContext.resume() and OfflineAudioContext.suspend() with the timed sequence.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS The actual resolution order of the suspend 5 (0.00 sec.) is equal to 0.
+PASS The actual resolution order of the suspend 0 (0.25 sec.) is equal to 1.
+PASS The actual resolution order of the suspend 3 (0.50 sec.) is equal to 2.
+PASS The actual resolution order of the suspend 1 (0.75 sec.) is equal to 3.
+PASS The actual resolution order of the suspend 2 (1.00 sec.) is equal to 4.
+PASS The actual resolution order of the suspend 4 (1.25 sec.) is equal to 5.
+PASS The actual resolution order of the suspend 6 (1.75 sec.) is equal to 6.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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