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 5083630358be6d8c09407265d17f9775a9147086..05a3acf308dced87a2d19de812ceb2bade675af6 100644 |
--- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
+++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt |
@@ -20,7 +20,7 @@ PASS nonNumericPolicy('createCSSStyleSheet().deleteRule(x)') is 'any type allowe |
PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') is 'any type allowed' |
PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowed' |
PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed' |
-PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed' |
+PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed (but not omitted)' |
PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed' |
PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed' |
PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed' |