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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-expected.txt

Issue 2718563004: Convert more ScriptProcessorNode tests to testharness (Closed)
Patch Set: Address review comments. Created 3 years, 10 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: third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-expected.txt b/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-expected.txt
deleted file mode 100644
index ed4bf82f760d14ecc85fa772b6e29540d36a8d90..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Tests ScriptProcessorNode.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS Exception was thrown when both numberOfInputChannels and numberOfOutputChannels are zero.
-PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and numberOfOutputChannels = 0.
-PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 2 and numberOfOutputChannels = 0.
-PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 1.
-PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 2.
-PASS Exception was thrown for illegal bufferSize.
-PASS Successfully created ScriptProcessorNode with bufferSize = 256.
-PASS Successfully created ScriptProcessorNode with bufferSize = 512.
-PASS Successfully created ScriptProcessorNode with bufferSize = 1024.
-PASS Successfully created ScriptProcessorNode with bufferSize = 2048.
-PASS Successfully created ScriptProcessorNode with bufferSize = 4096.
-PASS Successfully created ScriptProcessorNode with bufferSize = 8192.
-PASS Successfully created ScriptProcessorNode with bufferSize = 16384.
-PASS onaudioprocess was called with correct data.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698