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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-expected.txt

Issue 2651623004: Convert more AudioNode tests to use testharness (Closed)
Patch Set: Fix bad indentation. Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-expected.txt b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-expected.txt
deleted file mode 100644
index ca3a48714593aff0b2a1bc8095cf0bc87e07f269..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Basic tests for AudioNode API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS Source AudioNode has no inputs.
-PASS Source AudioNode has one output.
-PASS Destination AudioNode has one input.
-PASS Destination AudioNode has no outputs.
-PASS audioNode.connect(0, 0, 0) threw exception TypeError: Failed to execute 'connect' on 'AudioNode': parameter 1 is not of type 'AudioNode'..
-PASS audioNode.connect(null, 0, 0) threw exception TypeError: Failed to execute 'connect' on 'AudioNode': parameter 1 is not of type 'AudioNode'..
-PASS audioNode.connect(context.destination, 5, 0) threw exception IndexSizeError: Failed to execute 'connect' on 'AudioNode': output index (5) exceeds number of outputs (1)..
-PASS audioNode.connect(context.destination, 0, 5) threw exception IndexSizeError: Failed to execute 'connect' on 'AudioNode': input index (5) exceeds number of inputs (1)..
-PASS audioNode.connect(context.destination, 0, 0) did not throw exception.
-PASS exception thrown when connecting to other context's node.
-PASS context3 = new AudioContext(1, 44100, 44100) did not throw exception.
-PASS context3 is not an OfflineAudioContext
-PASS AudioNode is an EventTarget
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698