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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Panner/panner-automation-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 Test Basic PannerNode with Automation Position Properties. 1 Test Basic PannerNode with Automation Position Properties.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Stereo panner.positionX.value frame [0, 128) channel 0 contains only the co nstant 6.123234262925839e-17. 6 PASS Stereo panner.positionX.value frame [0, 128) channel 0 contains only the co nstant 6.123234262925839e-17.
7 PASS Stereo panner.positionX.value frame [0, 128) channel 1 contains only the co nstant 3. 7 PASS Stereo panner.positionX.value frame [0, 128) channel 1 contains only the co nstant 3.
8 PASS Stereo panner.positionX.value frame [128, 256) channel 0 contains only the constant 6.123233968888981e-21. 8 PASS Stereo panner.positionX.value frame [128, 256) channel 0 contains only the constant 6.123233968888981e-21.
9 PASS Stereo panner.positionX.value frame [128, 256) channel 0 contains only the constant 0.00029999998514540493. 9 PASS Stereo panner.positionX.value frame [128, 256) channel 0 contains only the constant 0.00029999998514540493.
10 PASS Output at frame 128 channel 0 is not equal to 6.123234262925839e-17. 10 PASS Output at frame 128 channel 0 is not equal to 6.123234262925839e-17.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 PASS listener.up{XYZ}.value frame [128, 256) channel 0 contains only the constan t 0.1447705775499344. 128 PASS listener.up{XYZ}.value frame [128, 256) channel 0 contains only the constan t 0.1447705775499344.
129 PASS listener.up{XYZ}.value frame [128, 256) channel 0 contains only the constan t 0.4569823145866394. 129 PASS listener.up{XYZ}.value frame [128, 256) channel 0 contains only the constan t 0.4569823145866394.
130 PASS Output at frame 128 channel 0 is not equal to 0.12537498772144318. 130 PASS Output at frame 128 channel 0 is not equal to 0.12537498772144318.
131 PASS Output at frame 128 channel 1 is not equal to 0.47998905181884766. 131 PASS Output at frame 128 channel 1 is not equal to 0.47998905181884766.
132 PASS Directly setting listener.up{XYZ}.value worked. 132 PASS Directly setting listener.up{XYZ}.value worked.
133 133
134 PASS successfullyParsed is true 134 PASS successfullyParsed is true
135 135
136 TEST COMPLETE 136 TEST COMPLETE
137 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698