| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp
|
| index b70b4ed9a240085812c2393aba213b65a764e181..c7bc6391d998542f761813dba3b536ca730f4597 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp
|
| @@ -243,7 +243,7 @@ TEST_F(ShapingLineBreakerTest, ShapeLineRangeEndMidWord) {
|
| unsigned break_offset = 0;
|
|
|
| line = breaker.ShapeLine(0, LayoutUnit::Max(), &break_offset);
|
| - EXPECT_EQ(3u, break_offset);
|
| + EXPECT_EQ(2u, break_offset);
|
| EXPECT_EQ(result->Width(), line->Width());
|
| }
|
| } // namespace blink
|
|
|