Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/oscillator-basic-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: The provided value '0' is not a valid enum value of type Oscill atorType. 1 CONSOLE WARNING: line 64: The provided value '0' is not a valid enum value of ty pe OscillatorType.
2 Basic test of setting Oscillator node types. 2 Basic test of setting Oscillator node types.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 PASS osc.type = 'sine' is equal to "sine". 6 PASS osc.type = 'sine' is equal to "sine".
7 PASS osc.type = 'square' is equal to "square". 7 PASS osc.type = 'square' is equal to "square".
8 PASS osc.type = 'sawtooth' is equal to "sawtooth". 8 PASS osc.type = 'sawtooth' is equal to "sawtooth".
9 PASS osc.type = 'triangle' is equal to "triangle". 9 PASS osc.type = 'triangle' is equal to "triangle".
10 PASS osc.type = 'custom' threw InvalidStateError: Failed to set the 'type' prope rty on 'OscillatorNode': 'type' cannot be set directly to 'custom'. Use setPeri odicWave() to create a custom Oscillator type.. 10 PASS osc.type = 'custom' threw InvalidStateError: Failed to set the 'type' prope rty on 'OscillatorNode': 'type' cannot be set directly to 'custom'. Use setPeri odicWave() to create a custom Oscillator type..
11 PASS osc.setPeriodicWave(wave) did not throw an exception. 11 PASS osc.setPeriodicWave(wave) did not throw an exception.
12 PASS osc.type is equal to "custom". 12 PASS osc.type is equal to "custom".
13 PASS osc.type = 0 is not equal to 0. 13 PASS osc.type = 0 is not equal to 0.
14 PASS osc.type is equal to "custom". 14 PASS osc.type is equal to "custom".
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698