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 0b5349a79db0b39a2ec4420306b1ccb3b4ced656..640932661d55c0ed79769ff61ad8c36568a30e4e 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -61,7 +61,7 @@ PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, document, x) |
PASS nonNumericPolicy('getSelection().setPosition(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('document.styleSheets.item(x)') is 'any type allowed' |
+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' |
PASS nonNumericPolicy('document.createEvent("UIEvent").initUIEvent("a", false, false, null, x)') is 'any type allowed' |