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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html

Issue 1684533002: Rename "tree of trees" to "composed tree". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/shadow-dom-event-dispatching-svg-in-shadow-subtree.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html
index f3252ab3b40f0fbd78f34d42921a785031b81466..85965aaf37d5bae35df9bcac9fc9ddfd32daaa46 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html
@@ -18,7 +18,7 @@
createShadowRoot({'id': 'shadow-root'}))));
var svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
svg.id = 'svg-in-shadow-tree';
- getNodeInTreeOfTrees('shadow-host/').appendChild(svg);
+ getNodeInComposedTree('shadow-host/').appendChild(svg);
addEventListeners(['top', 'shadow-host/', 'shadow-host/svg-in-shadow-tree']);
showSandboxTree();

Powered by Google App Engine
This is Rietveld 408576698