| Index: LayoutTests/fast/dom/nodelist-item-parameter.html
|
| diff --git a/LayoutTests/fast/dom/nodelist-item-parameter.html b/LayoutTests/fast/dom/nodelist-item-parameter.html
|
| index 1a3b19f50f924492dece66f7f9b44eff3ffd2f8e..9adaa31072e39a108c5540b6441e9e0ad3a5f451 100644
|
| --- a/LayoutTests/fast/dom/nodelist-item-parameter.html
|
| +++ b/LayoutTests/fast/dom/nodelist-item-parameter.html
|
| @@ -20,7 +20,7 @@ shouldBeEqualToString("nodeList.item(1).id", "b");
|
| shouldBeNull("nodeList.item(2)");
|
| shouldBeNull("nodeList.item(-1)");
|
| shouldBeEqualToString("nodeList.item(-4294967295).id", "b"); // Wraps to 1.
|
| -shouldThrow("nodeList.item()", "'TypeError: Not enough arguments'");
|
| +shouldThrow("nodeList.item()", '"TypeError: Failed to execute \'item\' on \'NodeList\': 1 argument required, but only 0 present."');
|
| </script>
|
| <script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|