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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.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/css-focus-pseudo-match-shadow-host4.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
index 83c3b01533816a4afd44826ffc6afcaac0239b0b..8a436552884950b15655e51fab66e81efc22b8f1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
@@ -40,11 +40,11 @@ function testDistributedNodes() {
backgroundColorShouldBe('shadow-host', 'rgb(255, 255, 255)');
- var host = getNodeInTreeOfTrees('shadow-host');
- var outerInput = getNodeInTreeOfTrees('outer-input');
- var lightInput = getNodeInTreeOfTrees('light-input');
- var olderInput = getNodeInTreeOfTrees('shadow-host/older-input');
- var youngerInput = getNodeInTreeOfTrees('shadow-host//younger-input');
+ var host = getNodeInComposedTree('shadow-host');
+ var outerInput = getNodeInComposedTree('outer-input');
+ var lightInput = getNodeInComposedTree('light-input');
+ var olderInput = getNodeInComposedTree('shadow-host/older-input');
+ var youngerInput = getNodeInComposedTree('shadow-host//younger-input');
debug('(1/3) shadow host without tabindex');
outerInput.focus();

Powered by Google App Engine
This is Rietveld 408576698