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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.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-skips-user-agent-shadow.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
index 8d15d5bd9673d2a926952699e79b229fc0980e3c..495be5a3fcc147936b644465a1d6d2cea94e40c5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
@@ -18,8 +18,8 @@ document.body.appendChild(
createDOM('div', {'id': 'host-child'}))));
shouldBeEqualAsArray(document.getElementById('host-child').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host/content')]);
-shouldBeZero("getNodeInTreeOfTrees('host/detail-child').getDestinationInsertionPoints().length");
+ [getNodeInComposedTree('host/content')]);
+shouldBeZero("getNodeInComposedTree('host/detail-child').getDestinationInsertionPoints().length");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698