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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/scriptprocessornode-0-output-channels-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/scriptprocessornode-0-output-channels-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/scriptprocessornode-0-output-channels-expected.txt b/third_party/WebKit/LayoutTests/webaudio/scriptprocessornode-0-output-channels-expected.txt
deleted file mode 100644
index a5de8c211e7522f2e6791179dab207dc9f29383d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/scriptprocessornode-0-output-channels-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Test Connecting 0-output channel ScriptProcessor to Another Node
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS context = new OfflineAudioContext(1, 1024, 44100) did not throw an exception.
-PASS analyzer = context.createAnalyser() did not throw an exception.
-PASS scriptNode1 = context.createScriptProcessor(1024, 11, 0) did not throw an exception.
-PASS scriptNode2 = context.createScriptProcessor(1024, 1, 1) did not throw an exception.
-PASS scriptNode1.connect(analyzer) threw InvalidAccessError: Failed to execute 'connect' on 'AudioNode': cannot connect a ScriptProcessorNode with 0 output channels to any destination node..
-PASS scriptNode2.connect(analyzer) did not throw an exception.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698