Index: LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt |
diff --git a/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt b/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d9af4681c84dd6a7fb774d2b35733c203827fe0d |
--- /dev/null |
+++ b/LayoutTests/webaudio/audionode-disconnect-audioparam-expected.txt |
@@ -0,0 +1,14 @@ |
+Test disconnect() method on AudioParam destination. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS "half.disconnect(orphan.gain)" threw exception InvalidAccessError. |
+PASS Expected values are verified. |
+PASS "splitter.disconnect(gain1.gain,1)" threw exception InvalidAccessError. |
+PASS "splitter.disconnect(gain1.gain,2)" threw exception IndexSizeError. |
+PASS Expected values are verified. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |