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

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

Issue 2567713002: Separating layout test utilities into audit-util.js (Closed)
Patch Set: 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 132: 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 142: 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 172: 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.
11 PASS panner.refDistance is equal to 1. 11 PASS panner.refDistance is equal to 1.
12 PASS panner.refDistance = 270.5 is equal to 270.5. 12 PASS panner.refDistance = 270.5 is equal to 270.5.
13 PASS panner.maxDistance is equal to 10000. 13 PASS panner.maxDistance is equal to 10000.
(...skipping 44 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