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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt

Issue 1561483004: Correctly propagate end value for exponential ramp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt
index 4a28f37252b82be3c1ef8629295ed6e99aa6a4c6..3b933d693fbb021cbf80f073ad18029055254a3e 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-negative-exponentialRamp-expected.txt
@@ -6,6 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS Negative exponential ramp from -1 to -2 is identical to the array [-1,-1.0001155138015747,-1.0002310276031494,-1.0003465414047241,-1.0004620552062988,-1.0005775690078735,-1.0006932020187378,-1.000808835029602,-1.0009244680404663,-1.0010401010513306,-1.0011557340621948,-1.001271367073059,-1.0013870000839233,-1.0015026330947876,-1.0016182661056519,-1.0017340183258057...].
PASS Exponential ramp from 2 to -1 contains only the constant 2.
PASS Exponential ramp from -1 to 1 contains only the constant -1.
+PASS Exponential ramp from -1 to 1 after the end of the linear ramp contains only the constant -1.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698