Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE ERROR: The provided value 'fancy' is not a valid value of type 'ChannelC ountMode'. | |
| 2 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'Chan nelInterpretation'. | |
| 3 CONSOLE ERROR: The provided value '9x' is not a valid value of type 'OverSampleT ype'. | |
| 4 CONSOLE ERROR: The provided value 'junk' is not a valid value of type 'ChannelCo untMode'. | |
| 5 CONSOLE ERROR: The provided value 'junk' is not a valid value of type 'ChannelCo untMode'. | |
|
Nils Barth (inactive)
2015/02/26 17:21:54
All expected; these are testing that invalid value
| |
| 1 Tests DOM exception messages | 6 Tests DOM exception messages |
| 2 | 7 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". |
| 4 | 9 |
| 5 PASS context.createBuffer(99, 1, context.sampleRate) threw exception NotSupporte dError: Failed to execute 'createBuffer' on 'AudioContext': The number of channe ls provided (99) is outside the range [1, 32].. | 10 PASS context.createBuffer(99, 1, context.sampleRate) threw exception NotSupporte dError: Failed to execute 'createBuffer' on 'AudioContext': The number of channe ls provided (99) is outside the range [1, 32].. |
| 6 PASS context.createBuffer(0, 1, context.sampleRate) threw exception NotSupported Error: Failed to execute 'createBuffer' on 'AudioContext': The number of channel s provided (0) is outside the range [1, 32].. | 11 PASS context.createBuffer(0, 1, context.sampleRate) threw exception NotSupported Error: Failed to execute 'createBuffer' on 'AudioContext': The number of channel s provided (0) is outside the range [1, 32].. |
| 7 PASS context.createBuffer(1, 1, 1) threw exception NotSupportedError: Failed to execute 'createBuffer' on 'AudioContext': The sample rate provided (1) is outsid e the range [3000, 192000].. | 12 PASS context.createBuffer(1, 1, 1) threw exception NotSupportedError: Failed to execute 'createBuffer' on 'AudioContext': The sample rate provided (1) is outsid e the range [3000, 192000].. |
| 8 PASS context.createBuffer(1, 1, 1e6) threw exception NotSupportedError: Failed t o execute 'createBuffer' on 'AudioContext': The sample rate provided (1.00000e+6 ) is outside the range [3000, 192000].. | 13 PASS context.createBuffer(1, 1, 1e6) threw exception NotSupportedError: Failed t o execute 'createBuffer' on 'AudioContext': The sample rate provided (1.00000e+6 ) is outside the range [3000, 192000].. |
| 9 PASS context.createBuffer(1, 1, 3000) did not throw exception. | 14 PASS context.createBuffer(1, 1, 3000) did not throw exception. |
| 10 PASS context.createBuffer(1, 1, 192000) did not throw exception. | 15 PASS context.createBuffer(1, 1, 192000) did not throw exception. |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 149 PASS script.channelCountMode is not 'clamped-max' | 154 PASS script.channelCountMode is not 'clamped-max' |
| 150 PASS script.channelCountMode = 'junk' did not throw exception. | 155 PASS script.channelCountMode = 'junk' did not throw exception. |
| 151 PASS osc.noteOn is undefined. | 156 PASS osc.noteOn is undefined. |
| 152 PASS osc.noteOff is undefined. | 157 PASS osc.noteOff is undefined. |
| 153 PASS source.noteOn is undefined. | 158 PASS source.noteOn is undefined. |
| 154 PASS source.noteOff is undefined. | 159 PASS source.noteOff is undefined. |
| 155 PASS successfullyParsed is true | 160 PASS successfullyParsed is true |
| 156 | 161 |
| 157 TEST COMPLETE | 162 TEST COMPLETE |
| 158 | 163 |
| OLD | NEW |