| Index: LayoutTests/webaudio/dom-exceptions.html
|
| diff --git a/LayoutTests/webaudio/dom-exceptions.html b/LayoutTests/webaudio/dom-exceptions.html
|
| index e1fc846cecf22cb5d83f81b62b10d4e340155be2..820064378744765d2539a01fb7b822906f75ee35 100644
|
| --- a/LayoutTests/webaudio/dom-exceptions.html
|
| +++ b/LayoutTests/webaudio/dom-exceptions.html
|
| @@ -77,6 +77,8 @@ function runTest() {
|
|
|
| shouldThrow("node.minDecibels = -10");
|
| shouldThrow("node.maxDecibels = -150");
|
| + shouldThrow("node.minDecibels = -30");
|
| + shouldThrow("node.maxDecibels = -100");
|
| shouldThrow("node.smoothingTimeConstant = -0.1");
|
| shouldThrow("node.smoothingTimeConstant = 1.5");
|
|
|
|
|