| Index: LayoutTests/fast/events/mutation-during-insert-before.html
|
| diff --git a/LayoutTests/fast/events/mutation-during-insert-before.html b/LayoutTests/fast/events/mutation-during-insert-before.html
|
| index ff964d591ec6b938bc5e0501ebfa58e3d8d2da2b..2fae6b6fd350e7ff7390688c9117114f29b08eff 100644
|
| --- a/LayoutTests/fast/events/mutation-during-insert-before.html
|
| +++ b/LayoutTests/fast/events/mutation-during-insert-before.html
|
| @@ -16,7 +16,7 @@ var listener = function() {
|
| child.appendChild(newparent);
|
| };
|
| document.addEventListener("DOMNodeRemoved", listener, false);
|
| -shouldThrow("newparent.insertBefore(child, beforeChild);", "'HierarchyRequestError: A Node was inserted somewhere it doesn\\'t belong.'");
|
| +shouldThrow("newparent.insertBefore(child, beforeChild);", '"HierarchyRequestError: Failed to execute \'insertBefore\' on \'ContainerNode\': The new child element contains the parent."');
|
| </script>
|
| <script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|