Chromium Code Reviews| Index: LayoutTests/webaudio/dom-exceptions-expected.txt |
| diff --git a/LayoutTests/webaudio/dom-exceptions-expected.txt b/LayoutTests/webaudio/dom-exceptions-expected.txt |
| index 2745dc772c92d6e2e78fab02e4eeb0825046286b..ec09a2722be762ac35939960c6cbc79c87224286 100644 |
| --- a/LayoutTests/webaudio/dom-exceptions-expected.txt |
| +++ b/LayoutTests/webaudio/dom-exceptions-expected.txt |
| @@ -1,3 +1,8 @@ |
| +CONSOLE ERROR: The provided value 'fancy' is not a valid value of type 'ChannelCountMode'. |
| +CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'ChannelInterpretation'. |
| +CONSOLE ERROR: The provided value '9x' is not a valid value of type 'OverSampleType'. |
| +CONSOLE ERROR: The provided value 'junk' is not a valid value of type 'ChannelCountMode'. |
| +CONSOLE ERROR: The provided value 'junk' is not a valid value of type 'ChannelCountMode'. |
|
Nils Barth (inactive)
2015/02/26 17:21:54
All expected; these are testing that invalid value
|
| Tests DOM exception messages |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |