| Index: LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| diff --git a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| index 0882d0d813e0447f6c7f9f3dada8c44c30c07bab..236a80746a069d16623a2bbbb9a15b1fdfb89bc8 100644
|
| --- a/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| +++ b/LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js
|
| @@ -205,7 +205,7 @@ shouldBe("nonNumericPolicy('createCSSStyleSheet().removeRule(x)')", "'any type a
|
| // Document
|
|
|
| shouldBe("nonNumericPolicy('document.elementFromPoint(x, 0)')", "'any type allowed'");
|
| -shouldBe("nonNumericPolicy('document.elementFromPoint(0, x)')", "'any type allowed'");
|
| +shouldBe("nonNumericPolicy('document.elementFromPoint(0, x)')", "'any type allowed (but not omitted)'");
|
|
|
| // Element
|
|
|
|
|