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 089ac0a856e160c5419814757171e503d189f84f..3958439c7cf538216e5b08fbb7bf617fe00be4da 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -66,11 +66,11 @@ PASS nonNumericPolicy('document.createTextNode("a").splitText(x)') is 'any type |
PASS nonNumericPolicy('document.createTreeWalker(document, x, null, false)') is 'any type allowed' |
PASS nonNumericPolicy('document.createEvent("UIEvent").initUIEvent("a", false, false, null, x)') is 'any type allowed' |
PASS nonNumericPolicy('window.scrollBy(x, 0)') is 'any type allowed' |
-PASS nonNumericPolicy('window.scrollBy(0, x)') is 'any type allowed' |
+PASS nonNumericPolicy('window.scrollBy(0, x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('window.scrollTo(x, 0)') is 'any type allowed' |
-PASS nonNumericPolicy('window.scrollTo(0, x)') is 'any type allowed' |
+PASS nonNumericPolicy('window.scrollTo(0, x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('window.scroll(x, 0)') is 'any type allowed' |
-PASS nonNumericPolicy('window.scroll(0, x)') is 'any type allowed' |
+PASS nonNumericPolicy('window.scroll(0, x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('window.moveBy(x, 0)') is 'any type allowed' |
PASS nonNumericPolicy('window.moveBy(0, x)') is 'any type allowed' |
PASS nonNumericPolicy('window.moveTo(x, 0)') is 'any type allowed' |