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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-exceptional-values.html

Issue 2426893003: Allow timeConstant=0 for setTargetAtTime (Closed)
Patch Set: Created 4 years, 2 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/audioparam-exceptional-values.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-exceptional-values.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-exceptional-values.html
index 1f57b499ecf66b246a8153ef8fefaee59d450efc..cf50a45dd7e39fc29ef4b90b5ad8341168d3147b 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-exceptional-values.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-exceptional-values.html
@@ -26,7 +26,7 @@
// For these timeConstant values for setTargetAtTime an error must be thrown because they are
// invalid.
- var timeConstantValues = [-1, 0, Infinity, -Infinity, NaN];
+ var timeConstantValues = [-1, Infinity, -Infinity, NaN];
// Just an array for use by setValueCurveAtTime. The length and contents of the array are not
// important.

Powered by Google App Engine
This is Rietveld 408576698