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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audiochannelsplitter-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/audiochannelsplitter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiochannelsplitter-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiochannelsplitter-expected.txt
deleted file mode 100644
index 2ad4a370667409fa9db31a7d59b022281c1bbcf1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/audiochannelsplitter-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Tests AudioChannelSplitter.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS Exception been thrown for numberOfOutputs <= 0.
-PASS Exception been thrown for numberOfOutputs >= 32.
-PASS AudioChannelSplitter created successfully with numberOfOutputs = 32.
-PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs = 32.
-PASS AudioChannelSplitter has one input.
-PASS AudioChannelSplitter created successfully with empty parameter.
-PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter.
-PASS ChannelSplitterNode Object is available.
-PASS Correctly exchanged left and right channels.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698