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

Side by Side Diff: LayoutTests/webaudio/biquadfilternode-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 '99' is not a valid value of type 'BiquadFil terType'. 1 CONSOLE WARNING: The provided value '99' is not a valid enum value.
2 Basic tests for BiquadFilterNode. 2 Basic tests for BiquadFilterNode.
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 BiquadFilterNode has one input. 6 PASS BiquadFilterNode has one input.
7 PASS BiquadFilterNode has one output. 7 PASS BiquadFilterNode has one output.
8 PASS Biquad filter defaults to low-pass filter. 8 PASS Biquad filter defaults to low-pass filter.
9 PASS The default value of frequency is 350. 9 PASS The default value of frequency is 350.
10 PASS The default value of Q is 1. 10 PASS The default value of Q is 1.
11 PASS The default value of gain is 0. 11 PASS The default value of gain is 0.
12 PASS Biquad filter type 'lowpass' is settable. 12 PASS Biquad filter type 'lowpass' is settable.
13 PASS Biquad filter type 'highpass' is settable. 13 PASS Biquad filter type 'highpass' is settable.
14 PASS Biquad filter type 'bandpass' is settable. 14 PASS Biquad filter type 'bandpass' is settable.
15 PASS Biquad filter type 'lowshelf' is settable. 15 PASS Biquad filter type 'lowshelf' is settable.
16 PASS Biquad filter type 'highshelf' is settable. 16 PASS Biquad filter type 'highshelf' is settable.
17 PASS Biquad filter type 'peaking' is settable. 17 PASS Biquad filter type 'peaking' is settable.
18 PASS Biquad filter type 'notch' is settable. 18 PASS Biquad filter type 'notch' is settable.
19 PASS Biquad filter type 'allpass' is settable. 19 PASS Biquad filter type 'allpass' is settable.
20 PASS Biquad filter type correctly not set to 99. 20 PASS Biquad filter type correctly not set to 99.
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698