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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html

Issue 2766883002: Allow status = 0 when XHR is completed in Audit.loadFileFromUrl(). (Closed)
Patch Set: Fixed threshold after revert Created 3 years, 9 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/Oscillator/osc-square-sweep-snr.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
index 3389a66655e3ba5572645c2db33d093f60edbc90..2a3d35027047753bace7ef5af0e8f3e931638c92 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
@@ -21,9 +21,8 @@
// The thresholds are experimentally determined.
tester.setThresholds({
- snr: 1000,
- maxDiff: 0,
- diffCount: 0
+ snr: 93.325,
+ maxDiff: 0.00011
});
tester.runTest(context, "square",
"Square Oscillator with Exponential Sweep", task, should);

Powered by Google App Engine
This is Rietveld 408576698