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

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

Issue 2737653007: Allow saving reference file as a float32 WAV file (Closed)
Patch Set: Address review comments 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 ec4383b6fba515c0ae5aebd72cde10d7ac49301f..3389a66655e3ba5572645c2db33d093f60edbc90 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,9 @@
// The thresholds are experimentally determined.
tester.setThresholds({
- snr: 81.57,
- maxDiff: 7.26,
- diffCount: 18260
+ snr: 1000,
+ maxDiff: 0,
+ diffCount: 0
});
tester.runTest(context, "square",
"Square Oscillator with Exponential Sweep", task, should);

Powered by Google App Engine
This is Rietveld 408576698