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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html

Issue 2200413005: Update WebAudio layout tests for Android (arm32) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor cleanups. Created 4 years, 4 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-setTargetAtTime-continuous.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
index 37efafef355793034cd7d582aabf56ddf914d3fd..00466d0feedf1dc07da0077f317670089b3965b5 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
@@ -52,7 +52,7 @@
},
referenceFunction: linearResult,
automationTime: 4 * renderQuantum / sampleRate,
- thresholdSetTarget: 2.19417e-7,
+ thresholdSetTarget: 3.43632e-7,
thresholdRamp: 1.07972e-6
}).then(done);
});
@@ -66,7 +66,7 @@
referenceFunction: exponentialResult,
automationTime: renderQuantum / sampleRate,
thresholdSetTarget: 0,
- thresholdRamp: 1.13249e-5
+ thresholdRamp: 1.14441e-5
}).then(done);
});
@@ -78,8 +78,8 @@
},
referenceFunction: exponentialResult,
automationTime: 4 * renderQuantum / sampleRate,
- thresholdSetTarget: 2.19417e-7,
- thresholdRamp: 4.17233e-6
+ thresholdSetTarget: 3.43632e-7,
+ thresholdRamp: 4.29154e-6
}).then(done);
});

Powered by Google App Engine
This is Rietveld 408576698