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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-hierarchy-exception-expected.txt

Issue 24982002: Clean up ContainerNode exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline. Created 7 years, 3 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/shadow-hierarchy-exception-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception-expected.txt b/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception-expected.txt
index 67553809feba548d98bb542ff35b137a345cebdd..c9776e5d93d3d38db6005e93c781bf5bf7b98476 100644
--- a/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception-expected.txt
@@ -3,7 +3,7 @@ Appending an ancestor to a shadow tree should throw an exception
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS shadowDiv.appendChild(container) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'ContainerNode': The new child element contains the parent..
+PASS shadowDiv.appendChild(container) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698