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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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: third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt b/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt
deleted file mode 100644
index e5a3e36121370a46b4e7ffa56bccb8eb2ce1df96..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-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 Context is suspended at 12800 frame as expected.
-PASS A constant buffer is connected to destination and started at 12800 frame.
-PASS Context is suspended at 25600 frame as expected.
-PASS A constant buffer is disconnected at 25600 frame.
-PASS Buffer frame [0, 12800) contains only the constant 0.
-PASS Buffer frame [12800, 25600) contains only the constant 1.
-PASS Buffer frame [25600, 38400) contains only the constant 0.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698