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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Panner/pannernode-basic-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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: line 133: The provided value 'invalid' is not a valid enum valu e of type PanningModelType. 1 CONSOLE WARNING: line 133: The provided value 'invalid' is not a valid enum valu e of type PanningModelType.
2 CONSOLE WARNING: line 143: The provided value '1' is not a valid enum value of t ype PanningModelType. 2 CONSOLE WARNING: line 143: The provided value '1' is not a valid enum value of t ype PanningModelType.
3 CONSOLE WARNING: line 173: The provided value 'invalid' is not a valid enum valu e of type DistanceModelType. 3 CONSOLE WARNING: line 173: The provided value 'invalid' is not a valid enum valu e of type DistanceModelType.
4 Basic tests for PannerNode. 4 Basic tests for PannerNode.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS panner.numberOfInputs is equal to 1. 9 PASS panner.numberOfInputs is equal to 1.
10 PASS panner.numberOfOutputs is equal to 1. 10 PASS panner.numberOfOutputs is equal to 1.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS panner.distanceModel = "exponential" did not throw an exception. 58 PASS panner.distanceModel = "exponential" did not throw an exception.
59 PASS panner.distanceModel = "exponential" is equal to "exponential". 59 PASS panner.distanceModel = "exponential" is equal to "exponential".
60 PASS panner.distanceModel = "invalid" did not throw an exception. 60 PASS panner.distanceModel = "invalid" did not throw an exception.
61 PASS panner.distanceModel is equal to "exponential". 61 PASS panner.distanceModel is equal to "exponential".
62 PASS Basic Panner distance models tests. 62 PASS Basic Panner distance models tests.
63 63
64 PASS successfullyParsed is true 64 PASS successfullyParsed is true
65 65
66 TEST COMPLETE 66 TEST COMPLETE
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698