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