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 902782bbc31d3974f69a22357941e0f5d51435e7..4a2e3715bc10a4646a63c7f8afdcf6d8395026e4 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -18,7 +18,7 @@ PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any t |
PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowed' |
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' |
+PASS nonNumericPolicy('createCSSValueList().item(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed' |
PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed' |
PASS nonNumericPolicy('document.body.scrollByLines(x)') is 'any type allowed' |