| Index: LayoutTests/fast/events/mutation-during-replace-child-2.html
|
| diff --git a/LayoutTests/fast/events/mutation-during-replace-child-2.html b/LayoutTests/fast/events/mutation-during-replace-child-2.html
|
| index b44b27141b4d9c396b40158ee299391afa422387..ab71d2c75bc46f4e652aa4ed2c5cbd08cc30cf5e 100644
|
| --- a/LayoutTests/fast/events/mutation-during-replace-child-2.html
|
| +++ b/LayoutTests/fast/events/mutation-during-replace-child-2.html
|
| @@ -28,7 +28,7 @@ function handler(){
|
| newChild.appendChild(target);
|
| }
|
| document.addEventListener("DOMNodeRemoved", handler, false);
|
| -shouldThrow("target.replaceChild(newChild, oldChild);", "'Error: HierarchyRequestError: DOM Exception 3'");
|
| +shouldThrow("target.replaceChild(newChild, oldChild);", "'HierarchyRequestError: A Node was inserted somewhere it doesn\\'t belong.'");
|
| </script>
|
| <script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|