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/AudioParam/audioparam-nominal-range.html

Issue 2857833003: Print warning if IIR filter is unstable (Closed)
Patch Set: Use stable IIR filter for test. Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html
index 47dc585b5e77967384ed748c4b6f58a782a08f32..edda37e7a4983efc07f82bf2d84ef37bb40e1dba 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html
@@ -189,7 +189,7 @@
args: [1, 1, sampleRate],
}, {
creator: "createIIRFilter",
- args: [[1,2],[3,4]]
+ args: [[1,2],[1, .9]]
}, {
creator: "createWaveShaper",
args: [],
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698