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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-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-sine-sweep-snr.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
index d56ea4151db5e2bc1d4b4d9caa077b556eb43701..e5937b7e30819cae97145513c0c1563255a3015f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
@@ -21,13 +21,11 @@
// The thresholds are experimentally determined.
tester.setThresholds({
- snr: 1000,
- maxDiff: 0,
- diffCount: 0
+ snr: 94.001,
+ maxDiff: 0.00006
});
tester.runTest(context, "sine",
- "Sine Oscillator with Exponential Sweep",
- task, should);
+ "Sine Oscillator with Exponential Sweep", task, should);
});
audit.run();

Powered by Google App Engine
This is Rietveld 408576698