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

Unified Diff: LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/shadowroot-clonenode-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt b/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
index 132361081fc242ae5dfe6b9c679b8f2b8e77f9ce..a807d0c5f2bec5db2006e568cfcc601375c23dee 100644
--- a/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
@@ -1,9 +1,9 @@
-Calling ShadowRoot.cloneNode() should throw a DATA_CLONE_ERR exception.
+Calling ShadowRoot.cloneNode() should throw a DataCloneError exception.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS shadowRoot.cloneNode() threw exception Error: DataCloneError: DOM Exception 25.
+PASS shadowRoot.cloneNode() threw exception DataCloneError: An object could not be cloned..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698