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

Unified Diff: LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-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-graph-manipulation-expected.txt
diff --git a/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f926213faa66cc7a485d532ab9798fb57837395c
--- /dev/null
+++ b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt
@@ -0,0 +1,14 @@
+Test synchronous graph manipulation with OfflineAudioContext.suspend() and OfflineAudioContext.resume().
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS The first suspend time is equal to 1.
+PASS The second suspend time is equal to 2.
+PASS Buffer [0, 12800) contains only the constant 0.
+PASS Buffer [12800, 25600) contains only the constant 1.
+PASS Buffer [25600, 38400) contains only the constant 0.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698