| Index: third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
|
| index ca3a48714593aff0b2a1bc8095cf0bc87e07f269..89d22a33c93e7fb8fa5dce55441a83e211e1a931 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audionode-expected.txt
|
| @@ -12,8 +12,7 @@ PASS audioNode.connect(context.destination, 5, 0) threw exception IndexSizeError
|
| 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 context3 = new AudioContext(1, 44100, 44100) threw exception TypeError: Failed to construct 'AudioContext': parameter 1 ('contextOptions') is not an object..
|
| PASS AudioNode is an EventTarget
|
| PASS successfullyParsed is true
|
|
|
|
|