| Index: third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| index 8b8c8afe01ed283b6dcbcfb7fb9a3914293fad24..8fc6cef45babdb7a06aae02f4a4d97fa8c15f36d 100644
|
| --- a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| @@ -315,7 +315,7 @@ void GranularityStrategyTest::testDirectionExpand()
|
| // "abcdef ghij kl mno^pq|>r stuvwi inm mnii,"
|
| selection().moveRangeSelectionExtent(m_letterPos[20]);
|
| EXPECT_EQ_SELECTED_TEXT("pq");
|
| - // Move to the same postion shouldn't change anything.
|
| + // Move to the same position shouldn't change anything.
|
| selection().moveRangeSelectionExtent(m_letterPos[20]);
|
| EXPECT_EQ_SELECTED_TEXT("pq");
|
| // "abcdef ghij kl mno^pqr|> stuvwi inm mnii,"
|
|
|