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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation.html

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip 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/focus-navigation.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation.html
index c0c27236d0ab8a9c064471912d70458381f11242..b82b1c0e7be1c5b5140b7c5bc949ca897d106284 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation.html
@@ -98,7 +98,7 @@ function test() {
// Exits the focus scope of the youngest sahdow root.
'light-child-selected-1',
- // 'light-child-non-selected-1' should be skipped since it doesn't participate in the composed tree.
+ // 'light-child-non-selected-1' should be skipped since it doesn't participate in the flat tree.
'input-D-1',
// All elements with tabindex=1 had been traversed in the outermost scope.

Powered by Google App Engine
This is Rietveld 408576698