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

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: Added a layout test for synchronous graph manipulation Created 5 years, 6 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..0d00bead944db0b35423b471485910600e1fa716
--- /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 suspend time (0) is equal to 0.
+PASS The suspend time (1) is equal to 0.25.
+PASS The suspend time (2) is equal to 0.5.
+PASS The suspend time (3) is equal to 0.75.
+PASS The suspend time (4) is equal to 1.
+PASS The suspend time (5) is equal to 1.25.
+PASS The suspend time (6) is equal to 1.75.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698