| Index: LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt b/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
|
| index 591ce6c4ecaa213511f8ede3541219ad7710ac25..e8b91059872253bdd119982df85b7f6e13594bd8 100644
|
| --- a/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
|
| +++ b/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt
|
| @@ -3,9 +3,9 @@ PASS typeof e.stack is "string"
|
| PASS e.stack.contains("innerFunction") is true
|
| PASS e.stack.contains("outerFunction") is true
|
| PASS Object.prototype.toString.call(e) is "[object DOMException]"
|
| -PASS e.toString() is "HierarchyRequestError: Failed to execute 'appendChild' on 'ContainerNode': The new child element contains the parent."
|
| +PASS e.toString() is "HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
|
| PASS e.name is "HierarchyRequestError"
|
| -PASS e.message is "Failed to execute 'appendChild' on 'ContainerNode': The new child element contains the parent."
|
| +PASS e.message is "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
|
| PASS e.code is 3
|
| PASS e.stack === 42 is true
|
| PASS successfullyParsed is true
|
|
|