| 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 0683e73ffce584a7c0edb82e1582f52e63814c32..8d8e992418fac97141eca0c8c4899b4be86e23b6 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 Error: HierarchyRequestError: DOM Exception 3.
|
| +PASS newparent.insertBefore(child, beforeChild); threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|