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

Side by Side Diff: LayoutTests/webaudio/pannernode-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 '1' is not a valid value of type 'PanningMod elType'. 1 CONSOLE WARNING: The provided value '1' is not a valid enum value.
2 CONSOLE WARNING: The provided value '1' is not a valid value of type 'DistanceMo delType'. 2 CONSOLE WARNING: The provided value '1' is not a valid enum value.
3 Basic tests for PannerNode. 3 Basic tests for PannerNode.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 PASS PannerNode has one input. 7 PASS PannerNode has one input.
8 PASS PannerNode has one output. 8 PASS PannerNode has one output.
9 PASS refDistance default value is 1. 9 PASS refDistance default value is 1.
10 PASS refDistance value is set to 270.52. 10 PASS refDistance value is set to 270.52.
11 PASS maxDistance default value is 10000. 11 PASS maxDistance default value is 10000.
12 PASS maxDistance value is set to 100.55. 12 PASS maxDistance value is set to 100.55.
(...skipping 11 matching lines...) Expand all
24 PASS panningModel: 'HRTF' is settable. 24 PASS panningModel: 'HRTF' is settable.
25 PASS panningModel correctly not set to 1. 25 PASS panningModel correctly not set to 1.
26 PASS distanceModel: 'linear' is settable. 26 PASS distanceModel: 'linear' is settable.
27 PASS distanceModel: 'inverse' is settable. 27 PASS distanceModel: 'inverse' is settable.
28 PASS distanceModel: 'exponential' is settable. 28 PASS distanceModel: 'exponential' is settable.
29 PASS distanceModel correctly not set to 1. 29 PASS distanceModel correctly not set to 1.
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698