OLD | NEW |
1 CONSOLE WARNING: line 327: The provided value 'fancy' is not a valid enum value
of type ChannelCountMode. | 1 CONSOLE WARNING: line 327: The provided value 'fancy' is not a valid enum value
of type ChannelCountMode. |
2 CONSOLE WARNING: line 333: The provided value 'undefined' is not a valid enum va
lue of type ChannelInterpretation. | 2 CONSOLE WARNING: line 333: The provided value 'undefined' is not a valid enum va
lue of type ChannelInterpretation. |
3 CONSOLE WARNING: line 481: The provided value '9x' is not a valid enum value of
type OverSampleType. | 3 CONSOLE WARNING: line 481: The provided value '9x' is not a valid enum value of
type OverSampleType. |
4 CONSOLE WARNING: line 696: The provided value 'junk' is not a valid enum value o
f type ChannelCountMode. | 4 CONSOLE WARNING: line 696: The provided value 'junk' is not a valid enum value o
f type ChannelCountMode. |
5 CONSOLE WARNING: line 725: The provided value 'junk' is not a valid enum value o
f type ChannelCountMode. | 5 CONSOLE WARNING: line 725: The provided value 'junk' is not a valid enum value o
f type ChannelCountMode. |
6 This is a testharness.js-based test. | 6 This is a testharness.js-based test. |
7 PASS # AUDIT TASK RUNNER STARTED. | 7 PASS # AUDIT TASK RUNNER STARTED. |
8 PASS > [initialize] Initialize contexts for testing | 8 PASS > [initialize] Initialize contexts for testing |
9 PASS context = new AudioContext() did not throw an exception. | 9 PASS context = new AudioContext() did not throw an exception. |
10 PASS otherContext = new AudioContext() did not throw an exception. | 10 PASS otherContext = new AudioContext() did not throw an exception. |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 PASS < [script-processor] All assertions passed. (total 14 assertions) | 238 PASS < [script-processor] All assertions passed. (total 14 assertions) |
239 PASS > [misc] Miscellaneous tests | 239 PASS > [misc] Miscellaneous tests |
240 PASS osc.noteOn is equal to undefined. | 240 PASS osc.noteOn is equal to undefined. |
241 PASS osc.noteOff is equal to undefined. | 241 PASS osc.noteOff is equal to undefined. |
242 PASS source.noteOn is equal to undefined. | 242 PASS source.noteOn is equal to undefined. |
243 PASS source.noteOff is equal to undefined. | 243 PASS source.noteOff is equal to undefined. |
244 PASS < [misc] All assertions passed. (total 4 assertions) | 244 PASS < [misc] All assertions passed. (total 4 assertions) |
245 PASS # AUDIT TASK RUNNER FINISHED: 22 tasks ran successfully. | 245 PASS # AUDIT TASK RUNNER FINISHED: 22 tasks ran successfully. |
246 Harness: the test ran to completion. | 246 Harness: the test ran to completion. |
247 | 247 |
OLD | NEW |