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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-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-sequence-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt b/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt
deleted file mode 100644
index 3fd3d66986a19ae25e299c48dba10c6924bb4bae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-sequence-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-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 Scheduling suspend #0 at 0.25 second(s).
-PASS Scheduling suspend #1 at 0.75 second(s).
-PASS Scheduling suspend #2 at 1 second(s).
-PASS Scheduling suspend #3 at 0.5 second(s).
-PASS Scheduling suspend #4 at 1.25 second(s).
-PASS Scheduling suspend #5 at 0 second(s).
-PASS Scheduling suspend #6 at 1.75 second(s).
-PASS The resolution order of suspend #5 is 0 at 0.00 second(s).
-PASS The resolution order of suspend #0 is 1 at 0.25 second(s).
-PASS The resolution order of suspend #3 is 2 at 0.50 second(s).
-PASS The resolution order of suspend #1 is 3 at 0.75 second(s).
-PASS The resolution order of suspend #2 is 4 at 1.00 second(s).
-PASS The resolution order of suspend #4 is 5 at 1.25 second(s).
-PASS The resolution order of suspend #6 is 6 at 1.75 second(s).
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698