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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-negative-exponentialRamp-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 AudioParam.exponentialRampToValueAtTime() with Negative Values. 1 Test AudioParam.exponentialRampToValueAtTime() with Negative Values.
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 Negative exponential ramp from -1 to -2 is identical to the array [-1,-1.00 01155138015747,-1.0002310276031494,-1.0003465414047241,-1.0004620552062988,-1.00 05775690078735,-1.0006932020187378,-1.000808835029602,-1.0009244680404663,-1.001 0401010513306,-1.0011557340621948,-1.001271367073059,-1.0013870000839233,-1.0015 026330947876,-1.0016182661056519,-1.0017340183258057,...]. 6 PASS Negative exponential ramp from -1 to -2 is identical to the array [-1,-1.00 01155138015747,-1.0002310276031494,-1.0003465414047241,-1.0004620552062988,-1.00 05775690078735,-1.0006932020187378,-1.000808835029602,-1.0009244680404663,-1.001 0401010513306,-1.0011557340621948,-1.001271367073059,-1.0013870000839233,-1.0015 026330947876,-1.0016182661056519,-1.0017340183258057,...].
7 PASS Exponential ramp from 2 to -1 contains only the constant 2. 7 PASS Exponential ramp from 2 to -1 contains only the constant 2.
8 PASS Exponential ramp from -1 to 1 contains only the constant -1. 8 PASS Exponential ramp from -1 to 1 contains only the constant -1.
9 PASS Exponential ramp from -1 to 1 after the end of the linear ramp contains onl y the constant -1. 9 PASS Exponential ramp from -1 to 1 after the end of the linear ramp contains onl y the constant -1.
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698