Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: LayoutTests/fast/dom/DOMException/stack-trace-expected.txt

Issue 1237623006: Post-Mutation Event checks must re-check document constraints. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include future from patch for Issue 509912. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e8b91059872253bdd119982df85b7f6e13594bd8..e365cfcdaf851a1c16684c11bd74411427cf6c70 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 'Node': The new child element contains the parent."
+PASS e.toString() is "HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type '#document' may not be inserted inside nodes of type '#document'."
PASS e.name is "HierarchyRequestError"
-PASS e.message is "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
+PASS e.message is "Failed to execute 'appendChild' on 'Node': Nodes of type '#document' may not be inserted inside nodes of type '#document'."
PASS e.code is 3
PASS e.stack === 42 is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698