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

Unified Diff: LayoutTests/webaudio/audionode-disconnect-expected.txt

Issue 886173004: Fix AudioNode.disconnect() to support selective disconnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test for AudioParam disconnection Created 5 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: LayoutTests/webaudio/audionode-disconnect-expected.txt
diff --git a/LayoutTests/webaudio/audionode-disconnect-expected.txt b/LayoutTests/webaudio/audionode-disconnect-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f0d6e0ee8599cd9eb64cae8920f45908446fc897
--- /dev/null
+++ b/LayoutTests/webaudio/audionode-disconnect-expected.txt
@@ -0,0 +1,22 @@
+Test disconnect() method.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS ChannelData has expected values.
+PASS IndexSizeError was thrown as expected.
Raymond Toy 2015/02/11 21:31:18 General comment. The old shouldThrow methods from
hongchan 2015/02/12 18:38:00 A good idea. I will make it print out the summary
+PASS Error was not thrown as expected.
+PASS ChannelData has expected values.
+PASS InvalidAccessError was thrown as expected.
+PASS InvalidAccessError was thrown as expected.
+PASS ChannelData has expected values.
+PASS IndexSizeError was thrown as expected.
+PASS InvalidAccessError was thrown as expected.
+PASS ChannelData has expected values.
+PASS InvalidAccessError was thrown as expected.
+PASS IndexSizeError was thrown as expected.
+PASS ChannelData has expected values.
+PASS ChannelData has expected values.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698