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

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

Powered by Google App Engine
This is Rietveld 408576698