| Index: LayoutTests/fast/events/mutation-during-append-child-expected.txt
|
| diff --git a/LayoutTests/fast/events/mutation-during-append-child-expected.txt b/LayoutTests/fast/events/mutation-during-append-child-expected.txt
|
| index 499bc3f6ef9b976efabaad94c4695809ba36f10e..8fdddd2c77bf4b4017badf7797d752bd47973136 100644
|
| --- a/LayoutTests/fast/events/mutation-during-append-child-expected.txt
|
| +++ b/LayoutTests/fast/events/mutation-during-append-child-expected.txt
|
| @@ -3,7 +3,7 @@ Ensures that appendChild() throws an exception if mutation even handler does som
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS newparent.appendChild(child); threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'ContainerNode': The new child element contains the parent..
|
| +PASS newparent.appendChild(child); threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|