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 33bd89727b7f80363379ded6ee88588b1024b4d0..dae15982d426214d3a0e56f8701cd046e0537207 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -31,7 +31,7 @@ PASS nonNumericPolicy('document.createElement("input").setSelectionRange(0, x)') |
PASS nonNumericPolicy('createHTMLOptionsCollection().add(document.createElement("option"), x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLOptionsCollection().remove(x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLSelectElement().remove(x)') is 'any type allowed' |
-PASS nonNumericPolicy('createHTMLSelectElement().item(x)') is 'any type allowed' |
+PASS nonNumericPolicy('createHTMLSelectElement().item(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createHTMLTableElement().insertRow(x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLTableElement().deleteRow(x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLTableRowElement().insertCell(x)') is 'any type allowed' |