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 0f911aec99be8125c43a3f5638d6c0186d8f125f..fa2dde76e585fdcdd00abe8e6913d8cb9492b422 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -33,7 +33,7 @@ PASS nonNumericPolicy('createHTMLSelectElement().item(x)') is 'any type allowed |
PASS nonNumericPolicy('createHTMLTableElement().insertRow(x)') is 'any type allowed' |
PASS nonNumericPolicy('createHTMLTableElement().deleteRow(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('createHTMLTableRowElement().insertCell(x)') is 'any type allowed' |
-PASS nonNumericPolicy('createHTMLTableRowElement().deleteCell(x)') is 'any type allowed' |
+PASS nonNumericPolicy('createHTMLTableRowElement().deleteCell(x)') is 'any type allowed (but not omitted)' |
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' |