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

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

Issue 2697923005: Remove unnecessary override of Node#cloneNode in ShadowRoot's WebIDL (Closed)
Patch Set: updated {mac,win} global-interface-listing-expected.txt Created 3 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
index e8d39cecc4466adf99e04dcfb7074e8773c1a761..0e7af41d60cb37cd75031ae97d0fae67bb63b987 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
@@ -3,7 +3,7 @@ Calling ShadowRoot.cloneNode() should throw a NotSupportedError exception.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS shadowRoot.cloneNode() threw exception NotSupportedError: Failed to execute 'cloneNode' on 'ShadowRoot': ShadowRoot nodes are not clonable..
+PASS shadowRoot.cloneNode() threw exception NotSupportedError: Failed to execute 'cloneNode' on 'Node': ShadowRoot nodes are not clonable..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698