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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/double-click-on-shadow-tree.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/editing/selection/double-click-on-shadow-tree.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/double-click-on-shadow-tree.html b/third_party/WebKit/LayoutTests/editing/selection/double-click-on-shadow-tree.html
index a969dd3e8bc027b53bbdb7b74ce129fc20da6375..204c26a21c8ce5a5ebb02ea4827124408ec13f19 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/double-click-on-shadow-tree.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/double-click-on-shadow-tree.html
@@ -17,12 +17,12 @@ test(function() {
eventSender.mouseDown();
eventSender.mouseUp();
- // TODO(yosin) Once Selection API consider about composed tree, we should
+ // TODO(yosin) Once Selection API consider about flat tree, we should
// use Selection.{anchor,focus}{Node,Offset} to check selection boundary
// point.
assert_equals(internals.selectedTextForClipboard(), 'AtwoB');
- // TODO(yosin) Once Selection API supports composed tree, we should change
+ // TODO(yosin) Once Selection API supports flat tree, we should change
// these values.
var selection = shadowRoot.getSelection();
assert_equals(selection.anchorNode(), 'two');

Powered by Google App Engine
This is Rietveld 408576698