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

Side by Side Diff: LayoutTests/webaudio/biquadfilternode-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 '99' is not a valid value of type 'BiquadFilte rType'.
Nils Barth (inactive) 2015/02/26 17:21:54 Expected; see line 20 below: // Check that numeric
1 Basic tests for BiquadFilterNode. 2 Basic tests for BiquadFilterNode.
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 BiquadFilterNode has one input. 6 PASS BiquadFilterNode has one input.
6 PASS BiquadFilterNode has one output. 7 PASS BiquadFilterNode has one output.
7 PASS Biquad filter defaults to low-pass filter. 8 PASS Biquad filter defaults to low-pass filter.
8 PASS The default value of frequency is 350. 9 PASS The default value of frequency is 350.
9 PASS The default value of Q is 1. 10 PASS The default value of Q is 1.
10 PASS The default value of gain is 0. 11 PASS The default value of gain is 0.
11 PASS Biquad filter type 'lowpass' is settable. 12 PASS Biquad filter type 'lowpass' is settable.
12 PASS Biquad filter type 'highpass' is settable. 13 PASS Biquad filter type 'highpass' is settable.
13 PASS Biquad filter type 'bandpass' is settable. 14 PASS Biquad filter type 'bandpass' is settable.
14 PASS Biquad filter type 'lowshelf' is settable. 15 PASS Biquad filter type 'lowshelf' is settable.
15 PASS Biquad filter type 'highshelf' is settable. 16 PASS Biquad filter type 'highshelf' is settable.
16 PASS Biquad filter type 'peaking' is settable. 17 PASS Biquad filter type 'peaking' is settable.
17 PASS Biquad filter type 'notch' is settable. 18 PASS Biquad filter type 'notch' is settable.
18 PASS Biquad filter type 'allpass' is settable. 19 PASS Biquad filter type 'allpass' is settable.
19 PASS Biquad filter type correctly not set to 99. 20 PASS Biquad filter type correctly not set to 99.
20 PASS successfullyParsed is true 21 PASS successfullyParsed is true
21 22
22 TEST COMPLETE 23 TEST COMPLETE
23 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698