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 e8c0d08780a9e09c969d25c720bec8c104dbec8d..963acf46ad9bbff01b4d99ef7308e1aa82f125c3 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -14,7 +14,7 @@ PASS nonNumericPolicy('document.createTextNode("a").replaceData(0, x, "b")') is |
PASS nonNumericPolicy('createCSSMediaRule().insertRule(ruleText, x)') is 'any type allowed (but not omitted)' |
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('createCSSStyleDeclaration().item(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any type allowed' |
PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') is 'any type allowed' |