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

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

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: The provided value '0' is not a valid value of type 'Oscillator Type'. 1 CONSOLE WARNING: The provided value '0' is not a valid enum value.
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 Oscillator correctly set to "sine" type. 6 PASS Oscillator correctly set to "sine" type.
7 PASS Oscillator correctly set to "square" type. 7 PASS Oscillator correctly set to "square" type.
8 PASS Oscillator correctly set to "sawtooth" type. 8 PASS Oscillator correctly set to "sawtooth" type.
9 PASS Oscillator correctly set to "triangle" type. 9 PASS Oscillator correctly set to "triangle" type.
10 PASS Directly setting oscillator type to "custom" correctly failed. 10 PASS Directly setting oscillator type to "custom" correctly failed.
11 PASS Oscillator correctly set to "custom" type using setPeriodicWave. 11 PASS Oscillator correctly set to "custom" type using setPeriodicWave.
12 PASS Oscillator correctly not set to 0. 12 PASS Oscillator correctly not set to 0.
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698