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 e8c0d08780a9e09c969d25c720bec8c104dbec8d..36a3f97d7c2cb599a2e8def35d6427a74b249b7d 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -58,7 +58,7 @@ PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, x, document, 0) |
PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, document, x)') is 'any type allowed' |
PASS nonNumericPolicy('getSelection().collapse(document, x)') is 'any type allowed' |
PASS nonNumericPolicy('getSelection().extend(document, x)') is 'any type allowed' |
-PASS nonNumericPolicy('getSelection().getRangeAt(x)') is 'any type allowed' |
+PASS nonNumericPolicy('getSelection().getRangeAt(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.styleSheets.item(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.createTextNode("a").splitText(x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.createTreeWalker(document, x, null, false)') is 'any type allowed' |