| Index: LayoutTests/fast/events/mutation-during-insert-before-expected.txt
|
| diff --git a/LayoutTests/fast/events/mutation-during-insert-before-expected.txt b/LayoutTests/fast/events/mutation-during-insert-before-expected.txt
|
| index 8d8e992418fac97141eca0c8c4899b4be86e23b6..5fb91a79978fe172cf2a713fda6d7d7b3261e6b3 100644
|
| --- a/LayoutTests/fast/events/mutation-during-insert-before-expected.txt
|
| +++ b/LayoutTests/fast/events/mutation-during-insert-before-expected.txt
|
| @@ -3,7 +3,7 @@ Ensures that insertBefore() throws an exception if mutation even handler does so
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS newparent.insertBefore(child, beforeChild); threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
|
| +PASS newparent.insertBefore(child, beforeChild); threw exception HierarchyRequestError: Failed to execute 'insertBefore' on 'ContainerNode': The new child element contains the parent..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|