| Index: third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| index a47f3dc0466ab1f9042f2eb262102c51b3e31bd8..7d0a1adb7d6a7cc6eee5ebc931433ae0b3d14dcc 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp
|
| @@ -1169,8 +1169,8 @@ TEST_F(VisibleUnitsTest, logicalEndOfLine) {
|
| logicalEndOfLine(createVisiblePositionInFlatTree(*two, 0))
|
| .deepEquivalent());
|
|
|
| - // TODO(yosin) logicalEndOfLine(two, 1) -> (five, 5) is a broken result. We keep
|
| - // it as a marker for future change.
|
| + // TODO(yosin) logicalEndOfLine(two, 1) -> (five, 5) is a broken result. We
|
| + // keep it as a marker for future change.
|
| EXPECT_EQ(Position(five, 5),
|
| logicalEndOfLine(createVisiblePositionInDOMTree(*two, 1))
|
| .deepEquivalent());
|
|
|