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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.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/shadow-tree-styles-select-host.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
index c71bac76e1d95f6c43ae0e327d1a7fb830890b0e..18377e7ce0f412ae2297f1cee8b64ce34fb1e56e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
@@ -14,7 +14,7 @@ description('Test for issue 247275: shadow tree styles selects shadow host.');
var sandbox = document.getElementById('sandbox');
function borderColorOf(selector) {
- return window.getComputedStyle(getNodeInTreeOfTrees(selector)).borderColor;
+ return window.getComputedStyle(getNodeInComposedTree(selector)).borderColor;
}
function shouldHaveBorderColor(selector, color) {

Powered by Google App Engine
This is Rietveld 408576698