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

Unified Diff: LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt

Issue 1237383004: Revert of Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-eventhandler-expected.txt
diff --git a/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt
deleted file mode 100644
index 601afb3e80f0187587f1a87301940aa11307a408..0000000000000000000000000000000000000000
--- a/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-eventhandler-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Test event handler callback from OfflineAudioContext.resume() and OfflineAudioContext.suspend().
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS context.currentTime is equal to 0.
-PASS context.currentTime is equal to 0.25.
-PASS context.currentTime is equal to 0.5.
-PASS context.currentTime is equal to 0.75.
-PASS context.currentTime is equal to 1.
-PASS context.currentTime is equal to 1.25.
-PASS context.currentTime is equal to 1.5.
-PASS context.currentTime is equal to 1.75.
-PASS context.state is equal to closed.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698