Index: LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js |
diff --git a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js |
index 9d5a8ad2eeae924e7217f0548e7ea250ef8e97da..64a447132b4f2db041154aab8bc524679c4df739 100644 |
--- a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js |
+++ b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js |
@@ -333,13 +333,13 @@ shouldBe("nonNumericPolicy('window.scrollTo(0, x)')", "'any type allowed (but no |
shouldBe("nonNumericPolicy('window.scroll(x, 0)')", "'any type allowed'"); |
shouldBe("nonNumericPolicy('window.scroll(0, x)')", "'any type allowed (but not omitted)'"); |
shouldBe("nonNumericPolicy('window.moveBy(x, 0)')", "'any type allowed'"); |
-shouldBe("nonNumericPolicy('window.moveBy(0, x)')", "'any type allowed'"); |
+shouldBe("nonNumericPolicy('window.moveBy(0, x)')", "'any type allowed (but not omitted)'"); |
shouldBe("nonNumericPolicy('window.moveTo(x, 0)')", "'any type allowed'"); |
-shouldBe("nonNumericPolicy('window.moveTo(0, x)')", "'any type allowed'"); |
+shouldBe("nonNumericPolicy('window.moveTo(0, x)')", "'any type allowed (but not omitted)'"); |
shouldBe("nonNumericPolicy('window.resizeBy(x, 0)')", "'any type allowed'"); |
-shouldBe("nonNumericPolicy('window.resizeBy(0, x)')", "'any type allowed'"); |
+shouldBe("nonNumericPolicy('window.resizeBy(0, x)')", "'any type allowed (but not omitted)'"); |
shouldBe("nonNumericPolicy('window.resizeTo(x, 0)')", "'any type allowed'"); |
-shouldBe("nonNumericPolicy('window.resizeTo(0, x)')", "'any type allowed'"); |
+shouldBe("nonNumericPolicy('window.resizeTo(0, x)')", "'any type allowed (but not omitted)'"); |
// Not tested: openDatabase. |
window.resizeTo(10000, 10000); |