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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime-interpolation-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 3 years, 12 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 Test Interpolation for AudioParam.setValueCurveAtTime 1 Test Interpolation for AudioParam.setValueCurveAtTime
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 Check: Curve end time is less than or equal to 1. 6 PASS Check: Curve end time is less than or equal to 1.
7 PASS Check: Full gain start time is less than or equal to 1. 7 PASS Check: Full gain start time is less than or equal to 1.
8 PASS Check: Full gain start time is greater than or equal to 0.02171875000000000 2. 8 PASS Check: Full gain start time is greater than or equal to 0.02171875000000000 2.
9 PASS SNR is greater than or equal to 171.206. 9 PASS SNR is greater than or equal to 171.206.
10 PASS Max difference is less than or equal to 5.9605e-8. 10 PASS Max difference is less than or equal to 5.9605e-8.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 PASS Curve value at time 0.7 is equal to -1. 62 PASS Curve value at time 0.7 is equal to -1.
63 PASS Curve value at time 0.7999999999999999 is 0 within an absolute error of 4.4 40892098500626e-16. 63 PASS Curve value at time 0.7999999999999999 is 0 within an absolute error of 4.4 40892098500626e-16.
64 PASS Curve value at time 0.8999999999999999 is equal to 1. 64 PASS Curve value at time 0.8999999999999999 is equal to 1.
65 PASS Test: crbug.com/44471 65 PASS Test: crbug.com/44471
66 66
67 PASS successfullyParsed is true 67 PASS successfullyParsed is true
68 68
69 TEST COMPLETE 69 TEST COMPLETE
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698