| Index: LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| ===================================================================
|
| --- LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js (revision 162716)
|
| +++ LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js (working copy)
|
| @@ -203,7 +203,7 @@
|
|
|
| // 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'");
|
|
|