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'); |