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

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

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 ERROR: The provided value '0' is not a valid value of type 'OscillatorTy pe'.
Nils Barth (inactive) 2015/02/26 17:21:54 Expected (see line 12 below): // Check that numeri
1 Basic test of setting Oscillator node types. 2 Basic test of setting Oscillator node types.
2 3
3 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 ".
4 5
5 PASS Oscillator correctly set to "sine" type. 6 PASS Oscillator correctly set to "sine" type.
6 PASS Oscillator correctly set to "square" type. 7 PASS Oscillator correctly set to "square" type.
7 PASS Oscillator correctly set to "sawtooth" type. 8 PASS Oscillator correctly set to "sawtooth" type.
8 PASS Oscillator correctly set to "triangle" type. 9 PASS Oscillator correctly set to "triangle" type.
9 PASS Directly setting oscillator type to "custom" correctly failed. 10 PASS Directly setting oscillator type to "custom" correctly failed.
10 PASS Oscillator correctly set to "custom" type using setPeriodicWave. 11 PASS Oscillator correctly set to "custom" type using setPeriodicWave.
11 PASS Oscillator correctly not set to 0. 12 PASS Oscillator correctly not set to 0.
12 PASS successfullyParsed is true 13 PASS successfullyParsed is true
13 14
14 TEST COMPLETE 15 TEST COMPLETE
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698