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 f23609af64443e0e409e1f1a0dd0c3af2de40426..c9a94487197f306a7b831d3b17f00a9ddc6849a2 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -19,7 +19,6 @@ PASS nonNumericPolicy('createCSSStyleSheet().insertRule(ruleText, x)') is 'any t |
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)' |
PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed' |
PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed' |
PASS nonNumericPolicy('document.body.scrollLeft = x') is 'mixed' |