| Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| index d124ac45be723eae551ef135514992fcf0c9aad5..f29aad84da8f70804a513163b3fac936dd8325c6 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -152,8 +152,7 @@ TEST_F(FrameSelectionTest, SelectWordAroundPosition2) {
|
| Node* const baz = document().body()->firstChild()->lastChild();
|
| EXPECT_TRUE(selection().selectWordAroundPosition(
|
| createVisiblePosition(Position(baz, 2))));
|
| - // TODO(yoichio): We should select only "baz".
|
| - EXPECT_EQ_SELECTED_TEXT(" baz");
|
| + EXPECT_EQ_SELECTED_TEXT("baz");
|
| }
|
|
|
| TEST_F(FrameSelectionTest, ModifyExtendWithFlatTree) {
|
|
|