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. |