Index: LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
diff --git a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
index 11e1699462565577b238dfab06954d37ac398e29..089ac0a856e160c5419814757171e503d189f84f 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -14,8 +14,8 @@ PASS nonNumericPolicy('createCSSMediaRule().insertRule(ruleText, x)') is 'any ty |
PASS nonNumericPolicy('createCSSMediaRule().deleteRule(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCSSRuleList().item(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCSSStyleDeclaration().item(x)') is 'any type allowed' |
-PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any type allowed' |
-PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowed' |
+PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any type allowed (but not omitted)' |
+PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') is 'any type allowed' |
PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowed' |
PASS nonNumericPolicy('createCSSValueList().item(x)') is 'any type allowed (but not omitted)' |