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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/content-element-distributed-nodes.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/content-element-distributed-nodes.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-element-distributed-nodes.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-element-distributed-nodes.html
index 7f94bb4712816bdb3721a7b9050c622e4ebf8c54..a7e5456deaeff28cbc2d23ffaea15f54ff4986d6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-element-distributed-nodes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-element-distributed-nodes.html
@@ -24,13 +24,13 @@ document.body.appendChild(
createDOM('div', {'id': 'child-2'}))));
-var content1 = getNodeInTreeOfTrees('host-1/content-1');
-var content2 = getNodeInTreeOfTrees('host-2/content-2');
-var content3 = getNodeInTreeOfTrees('host-2/host-3/content-3');
+var content1 = getNodeInComposedTree('host-1/content-1');
+var content2 = getNodeInComposedTree('host-2/content-2');
+var content3 = getNodeInComposedTree('host-2/host-3/content-3');
-var child1 = getNodeInTreeOfTrees('child-1');
-var child2 = getNodeInTreeOfTrees('child-2');
-var child3 = getNodeInTreeOfTrees('host-2/child-3');
+var child1 = getNodeInComposedTree('child-1');
+var child2 = getNodeInComposedTree('child-2');
+var child3 = getNodeInComposedTree('host-2/child-3');
var distributedNodes1 = content1.getDistributedNodes();
var distributedNodes2 = content2.getDistributedNodes();

Powered by Google App Engine
This is Rietveld 408576698