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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.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/get-destination-insertion-points-re-distribution.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
index 24a3c9fb6691d5024b7ebf6a35e35e551f401f2b..a938fc464b893d8becc2ebdbee8b3a5f064d36fb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
@@ -19,7 +19,7 @@ document.body.appendChild(
createDOM('div', {'id': 'child-1'}))));
shouldBeEqualAsArray(document.getElementById('child-1').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host-1/content-1'), getNodeInTreeOfTrees('host-1/host-2/content-2')]);
+ [getNodeInComposedTree('host-1/content-1'), getNodeInComposedTree('host-1/host-2/content-2')]);
document.body.appendChild(
createDOM('div', {},
@@ -33,7 +33,7 @@ document.body.appendChild(
createDOM('div', {'id': 'child-10'}))));
shouldBeEqualAsArray(document.getElementById('child-10').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host-10/content-10')]);
+ [getNodeInComposedTree('host-10/content-10')]);
document.body.appendChild(
createDOM('div', {},
@@ -47,7 +47,7 @@ document.body.appendChild(
createDOM('div', {'id': 'child-11'}))));
shouldBeEqualAsArray(document.getElementById('child-11').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host-11/content-11')]);
+ [getNodeInComposedTree('host-11/content-11')]);
document.body.appendChild(
createDOM('div', {},

Powered by Google App Engine
This is Rietveld 408576698