| Index: LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| diff --git a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| index 2f9bccdbc1b6305f5e416fd63f9cc0a8a3eed6e3..f1eadd577390fdac09f95ee7126d6537ea576d56 100644
|
| --- a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| +++ b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| @@ -203,7 +203,7 @@ shouldBe("nonNumericPolicy('createCSSStyleDeclaration().item(x)')", "'any type a
|
|
|
| // CSSStyleSheet
|
|
|
| -shouldBe("nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)')", "'any type allowed (but not omitted)'");
|
| +shouldBe("nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)')", "'any type allowed'");
|
| shouldBe("nonNumericPolicy('createCSSStyleSheet().deleteRule(x)')", "'any type allowed (but not omitted)'");
|
| shouldBe("nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)')", "'any type allowed'");
|
| shouldBe("nonNumericPolicy('createCSSStyleSheet().removeRule(x)')", "'any type allowed'");
|
|
|