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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal.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/flat-tree-traversal.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal.html
index 66c8ed2d97515e071dbcdaaef03167568256cb69..1cf87776b12577cf9e6dc72a09bc2b0667aa8116 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal.html
@@ -71,9 +71,9 @@ testFlatTree(
createDOM('div', {'id': 'c'})));
debug('Test for traversal, starting with a fallback element which is not used.');
-showFlatTree(getNodeInTreeOfTrees('a/f1'));
-showNextNode(getNodeInTreeOfTrees('a/f1'));
-showNextNode(getNodeInTreeOfTrees('a/f2'));
+showFlatTree(getNodeInComposedTree('a/f1'));
+showNextNode(getNodeInComposedTree('a/f1'));
+showNextNode(getNodeInComposedTree('a/f2'));
debug('');
debug('Test for Nested ShadowRoots.');
@@ -117,7 +117,7 @@ testFlatTree(
createDOM('div', {'id': 'd'}))));
debug('Test for traversal, starting with a node in an orphaned shadow subtree.');
-showFlatTree(getNodeInTreeOfTrees('a/b'));
+showFlatTree(getNodeInComposedTree('a/b'));
debug('Test for a content element which does not select any nodes nor have fallback elements.');
testFlatTree(

Powered by Google App Engine
This is Rietveld 408576698