| Index: LayoutTests/fast/events/mutation-during-replace-child.html
|
| diff --git a/LayoutTests/fast/events/mutation-during-replace-child.html b/LayoutTests/fast/events/mutation-during-replace-child.html
|
| index 1e1de1d608141adc0f95965299208913454ad39e..543c68aafcdc6014912a99751fa137523b604118 100644
|
| --- a/LayoutTests/fast/events/mutation-during-replace-child.html
|
| +++ b/LayoutTests/fast/events/mutation-during-replace-child.html
|
| @@ -24,7 +24,7 @@ function handler(){
|
| newChild.appendChild(target);
|
| }
|
| document.addEventListener("DOMNodeRemoved", handler, false);
|
| -shouldThrow("target.replaceChild(newChild, oldChild);", "'HierarchyRequestError: A Node was inserted somewhere it doesn\\'t belong.'");
|
| +shouldThrow("target.replaceChild(newChild, oldChild);", '"HierarchyRequestError: Failed to execute \'replaceChild\' on \'ContainerNode\': The new child element contains the parent."');
|
| </script>
|
| <script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|