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

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

Issue 2768773002: Revert of Allow status = 0 when XHR is completed in Audit.loadFileFromUrl(). (Closed)
Patch Set: 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-triangle-sweep-snr.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
index 5d0366d6058e087e5e9d27e7ad4094b3ccf13c89..972822952b1bb072e64de80477c3cd6bf01ffc56 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
@@ -19,10 +19,12 @@
let context = new OfflineAudioContext(1, tester.sampleRate *
tester.lengthInSeconds, tester.sampleRate);
- // The thresholds are experimentally determined.
+ // Thresholds for verifying the test passes. The thresholds are
+ // experimentally determined.
tester.setThresholds({
- snr: 93.92,
- maxDiff: 0.00005
+ snr: 1000,
+ maxDiff: 0,
+ diffCount: 0
});
tester.runTest(context, "triangle",
"Triangle Oscillator with Exponential Sweep ", task, should);

Powered by Google App Engine
This is Rietveld 408576698