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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
index 389ccc7d2bbfdb67445f79c2ac1e07a37fa281c3..de478be1a4b9f95e16e76a2ff7473c3206a4a88b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
@@ -9,6 +9,6 @@ description('Calling ShadowRoot.cloneNode() should throw a NotSupportedError exc
var host = document.createElement('div');
var shadowRoot = host.createShadowRoot();
-shouldThrow('shadowRoot.cloneNode()', '"NotSupportedError: Failed to execute \'cloneNode\' on \'ShadowRoot\': ShadowRoot nodes are not clonable."');
+shouldThrow('shadowRoot.cloneNode()', '"NotSupportedError: Failed to execute \'cloneNode\' on \'Node\': ShadowRoot nodes are not clonable."');
</script>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698