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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-freq-data-smoothing.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/realtimeanalyser-freq-data-smoothing.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-freq-data-smoothing.html b/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-freq-data-smoothing.html
index 10bbed37ca23506b7075f91d7aa9d666f1235049..bb1d72efdea004d160581d985ecee0715cb6bb53 100644
--- a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-freq-data-smoothing.html
+++ b/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-freq-data-smoothing.html
@@ -33,7 +33,7 @@
var options = {
order: 9,
smoothing: 0.5,
- floatRelError: 5.7607e-6
+ floatRelError: 5.9207e-6
};
var success = true;
@@ -97,7 +97,7 @@
freqDataInDb, smoothedFloatResult.map(linearToDb), {
order: options.order,
smoothing: options.smoothing,
- floatRelError: 1.5979e-5
+ floatRelError: 2.5332e-5
});
success = success && comparison.success;

Powered by Google App Engine
This is Rietveld 408576698