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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/biquad-automation.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/biquad-automation.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
index b278f6c964cd6a982096a0a8b54963118c5ba3aa..33d41d90af3ce9dbd5d846479bae2e0ef3935d0f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
+++ b/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
@@ -290,7 +290,7 @@
f.detune.linearRampToValueAtTime(parameters.detune[1], automationEndTime);
context.startRendering()
- .then(createFilterVerifier(createPeakingFilter, 3.1233e-4, parameters, b.getChannelData(0),
+ .then(createFilterVerifier(createPeakingFilter, 6.2907e-4, parameters, b.getChannelData(0),
"Output of peaking filter with automation of all parameters"))
.then(done);
});

Powered by Google App Engine
This is Rietveld 408576698