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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute-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 Updating of Value Attribute from Timeline 1 Test Updating of Value Attribute from Timeline
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 Initialize linearRamp(100, 0.05859375) with setValueAtTime(0.25, 0). 6 PASS Initialize linearRamp(100, 0.05859375) with setValueAtTime(0.25, 0).
7 PASS linearRamp(100, 0.05859375) at frame 127 is 6.848047 within a relative erro r of 0.000001165. 7 PASS linearRamp(100, 0.05859375) at frame 127 is 6.848047 within a relative erro r of 0.000001165.
8 PASS linearRamp(100, 0.05859375) at frame 255 is 13.49805 within a relative erro r of 0.000001165. 8 PASS linearRamp(100, 0.05859375) at frame 255 is 13.49805 within a relative erro r of 0.000001165.
9 PASS linearRamp(100, 0.05859375) at frame 383 is 20.14805 within a relative erro r of 0.000001165. 9 PASS linearRamp(100, 0.05859375) at frame 383 is 20.14805 within a relative erro r of 0.000001165.
10 PASS linearRamp(100, 0.05859375) at frame 511 is 26.79805 within a relative erro r of 0.000001165. 10 PASS linearRamp(100, 0.05859375) at frame 511 is 26.79805 within a relative erro r of 0.000001165.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2047 is 4.000000 wit hin a relative error of 7.9577e-8. 88 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2047 is 4.000000 wit hin a relative error of 7.9577e-8.
89 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2175 is 4.000000 wit hin a relative error of 7.9577e-8. 89 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2175 is 4.000000 wit hin a relative error of 7.9577e-8.
90 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2303 is 4.000000 wit hin a relative error of 7.9577e-8. 90 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2303 is 4.000000 wit hin a relative error of 7.9577e-8.
91 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2431 is 4.000000 wit hin a relative error of 7.9577e-8. 91 PASS setValueCurveAtTime([1,1.5,4], 0, 0.05859375) at frame 2431 is 4.000000 wit hin a relative error of 7.9577e-8.
92 PASS Gain .value attribute correctly updated during automation. 92 PASS Gain .value attribute correctly updated during automation.
93 93
94 PASS successfullyParsed is true 94 PASS successfullyParsed is true
95 95
96 TEST COMPLETE 96 TEST COMPLETE
97 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698