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..1dc28db3711d3e24dca4db8fe6062946e69afe5f 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -62,7 +62,7 @@ PASS nonNumericPolicy('getSelection().setPosition(document, x)') is 'any type al |
PASS nonNumericPolicy('getSelection().extend(document, x)') is 'any type allowed' |
PASS nonNumericPolicy('getSelection().getRangeAt(x)') is 'any type allowed' |
PASS nonNumericPolicy('document.styleSheets.item(x)') is 'any type allowed' |
-PASS nonNumericPolicy('document.createTextNode("a").splitText(x)') is 'any type allowed' |
+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' |
PASS nonNumericPolicy('document.createEvent("UIEvent").initUIEvent("a", false, false, null, x)') is 'any type allowed' |
PASS nonNumericPolicy('window.scrollBy(x, 0)') is 'any type allowed' |