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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRamp-value-attribute-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 linearRampToValue Updates the Param Value 1 Test linearRampToValue Updates the Param Value
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 gain.gain.value at frame 127 is equal to 0.06201171875. 6 PASS gain.gain.value at frame 127 is equal to 0.06201171875.
7 PASS gain.gain.value at frame 255 is equal to 0.12451171875. 7 PASS gain.gain.value at frame 255 is equal to 0.12451171875.
8 PASS gain.gain.value at frame 383 is equal to 0.18701171875. 8 PASS gain.gain.value at frame 383 is equal to 0.18701171875.
9 PASS gain.gain.value at frame 511 is equal to 0.24951171875. 9 PASS gain.gain.value at frame 511 is equal to 0.24951171875.
10 PASS gain.gain.value at frame 639 is equal to 0.31201171875. 10 PASS gain.gain.value at frame 639 is equal to 0.31201171875.
(...skipping 21 matching lines...) Expand all
32 PASS gain.gain.value at frame 3455 is equal to 1. 32 PASS gain.gain.value at frame 3455 is equal to 1.
33 PASS gain.gain.value at frame 3583 is equal to 1. 33 PASS gain.gain.value at frame 3583 is equal to 1.
34 PASS gain.gain.value at frame 3711 is equal to 1. 34 PASS gain.gain.value at frame 3711 is equal to 1.
35 PASS gain.gain.value at frame 3839 is equal to 1. 35 PASS gain.gain.value at frame 3839 is equal to 1.
36 PASS gain.gain.value at frame 3967 is equal to 1. 36 PASS gain.gain.value at frame 3967 is equal to 1.
37 PASS linearRampToValue properly set the AudioParam value. 37 PASS linearRampToValue properly set the AudioParam value.
38 PASS successfullyParsed is true 38 PASS successfullyParsed is true
39 39
40 TEST COMPLETE 40 TEST COMPLETE
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698