| Index: third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-expected.txt
|
| index 81732764213d9900587775cb22c0097dbcbf54c2..78035cc8aac575104b0f65882a7792051ea6504c 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audionode-disconnect-expected.txt
|
| @@ -18,6 +18,7 @@ PASS splitter.disconnect(gain2, 2) threw IndexSizeError: Failed to execute 'disc
|
| PASS splitter.disconnect(gain1, 0) threw InvalidAccessError: Failed to execute 'disconnect' on 'AudioNode': output (0) is not connected to the given destination..
|
| PASS splitter.disconnect(gain3, 0, 0) threw InvalidAccessError: Failed to execute 'disconnect' on 'AudioNode': output (0) is not connected to the input (0) of the destination..
|
| PASS splitter.disconnect(merger, 3, 0) threw IndexSizeError: Failed to execute 'disconnect' on 'AudioNode': The output index provided (3) is outside the range [0, 1]..
|
| +PASS Disabled outputs handled correctly.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|