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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
index 09bfb0fe4c018211921443a8d9bf19a138ccb22b..bd291e662b41113328785ab855f64de25bae63e2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
@@ -13,7 +13,7 @@ document.body.appendChild(
createDOM('div', {'id': 'child-1'}))));
shouldBeEqualAsArray(document.getElementById('child-1').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host-1/content-1')]);
+ [getNodeInComposedTree('host-1/content-1')]);
debug('Insertion points should be inactive in v1 shadow trees.');

Powered by Google App Engine
This is Rietveld 408576698