| Index: third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp b/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| index 3d1f2512487aaaa07311fadbdc425c34cfbfda3f..d0fd19a45662bfaf9fd67ba96f4ee0ee1633c342 100644
|
| --- a/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| @@ -76,7 +76,8 @@ TEST_F(StaticRangeTest, SplitTextNodeRangeWithinText) {
|
| EXPECT_EQ(oldText, range02->endContainer());
|
| EXPECT_EQ(2, range02->endOffset());
|
|
|
| - // Our implementation always moves the boundary point at the separation point to the end of the original text node.
|
| + // Our implementation always moves the boundary point at the separation point
|
| + // to the end of the original text node.
|
| EXPECT_TRUE(range22->boundaryPointsValid());
|
| EXPECT_EQ(oldText, range22->startContainer());
|
| EXPECT_EQ(2, range22->startOffset());
|
|
|