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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-update-value-attribute.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-update-value-attribute.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-update-value-attribute.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-update-value-attribute.html
index 8cb4eab2f82d831e832ba07606836972ba27f2e5..f1a2f40cf41d84b2074554805620af6754e602ec 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-update-value-attribute.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-update-value-attribute.html
@@ -62,7 +62,7 @@
return audioParamSetTarget(testTime, v0, t0, vFinal, timeConstant);
},
message: "setTargetAtTime(" + vFinal + ", " + t0 + ", " + timeConstant + ")",
- errorThreshold: 1.2869e-6
+ errorThreshold: 2.2599e-6
};
}).then(done);
});

Powered by Google App Engine
This is Rietveld 408576698