| Index: LayoutTests/webaudio/dom-exceptions-expected.txt
|
| diff --git a/LayoutTests/webaudio/dom-exceptions-expected.txt b/LayoutTests/webaudio/dom-exceptions-expected.txt
|
| index ff0b291e8ec15e2c8c35988a334203281defc6e5..9f7d572af6893fdea65a8f538648a1479962cd9b 100644
|
| --- a/LayoutTests/webaudio/dom-exceptions-expected.txt
|
| +++ b/LayoutTests/webaudio/dom-exceptions-expected.txt
|
| @@ -1,4 +1,9 @@
|
| +CONSOLE WARNING: The provided value 'fancy' is not a valid value of type 'ChannelCountMode'.
|
| +CONSOLE WARNING: The provided value 'undefined' is not a valid value of type 'ChannelInterpretation'.
|
| +CONSOLE WARNING: The provided value '9x' is not a valid value of type 'OverSampleType'.
|
| CONSOLE WARNING: Setting AudioBufferSourceNode.buffer more than once is deprecated and will no longer work in Chrome 43.
|
| +CONSOLE WARNING: The provided value 'junk' is not a valid value of type 'ChannelCountMode'.
|
| +CONSOLE WARNING: The provided value 'junk' is not a valid value of type 'ChannelCountMode'.
|
| Tests DOM exception messages
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|