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 34f5675f457b1f4d3db710a095d8f23a3ba67ea5..f23609af64443e0e409e1f1a0dd0c3af2de40426 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -22,8 +22,6 @@ PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowe |
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' |
-PASS nonNumericPolicy('document.body.scrollByPages(x)') is 'any type allowed' |
PASS nonNumericPolicy('document.body.scrollLeft = x') is 'mixed' |
PASS nonNumericPolicy('document.body.scrollTop = x') is 'mixed' |
PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed' |