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

Unified Diff: LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt

Issue 98543011: Improve Document exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Node. Created 6 years, 11 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/shadow/adopt-node-with-shadow-root-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt b/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt
index a5e492182de6bd73580a7ed254ac19409f97acef..bd5ef0d7ba9ccf611f2bb836fc56b8f81789bef5 100644
--- a/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt
+++ b/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt
@@ -1,5 +1,5 @@
PASS successfullyParsed is true
TEST COMPLETE
-PASS document.adoptNode(shadow) threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
+PASS document.adoptNode(shadow) threw exception HierarchyRequestError: Failed to execute 'adoptNode' on 'Document': The node provided is a shadow root, which may not be adopted..

Powered by Google App Engine
This is Rietveld 408576698