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 c6879746bfb7586a95aab67d2f26a368ed2fd43a..8f52b9bca42bf0388d33b978bca63ab41b213526 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -37,7 +37,7 @@ PASS nonNumericPolicy('createHTMLTableRowElement().deleteCell(x)') is 'any type |
PASS nonNumericPolicy('createHTMLTableSectionElement().insertRow(x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLTableSectionElement().deleteRow(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.createElement("textarea").setSelectionRange(x, 0)') is 'any type allowed' |
-PASS nonNumericPolicy('document.createElement("textarea").setSelectionRange(0, x)') is 'any type allowed' |
+PASS nonNumericPolicy('document.createElement("textarea").setSelectionRange(0, x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createCanvasElement().getContext(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.createEvent("KeyboardEvent").initKeyboardEvent("a", false, false, null, "b", x, false, false, false, false, false)') is 'any type allowed' |
PASS nonNumericPolicy('createMediaList().item(x)') is 'any type allowed (but not omitted)' |