| Index: third_party/WebKit/Source/core/layout/PaginationTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/PaginationTest.cpp b/third_party/WebKit/Source/core/layout/PaginationTest.cpp
|
| index 9be5a6b0dd159ad5d5d0884337eb3d01e0f6cbd0..18d166932c9aeabde9931bdac47ae02527ee9825 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaginationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/PaginationTest.cpp
|
| @@ -140,8 +140,8 @@ TEST_F(PaginationStrutTest, InnerBlockWithBreakBefore) {
|
| "</div>");
|
| EXPECT_EQ(0, strutForBox("block1"));
|
| EXPECT_EQ(0, strutForLine("block1", 0));
|
| - // There's no class A break point before #innerBlock (they only exist *between* siblings), so
|
| - // the break is propagated and applied before #block2.
|
| + // There's no class A break point before #innerBlock (they only exist
|
| + // *between* siblings), so the break is propagated and applied before #block2.
|
| EXPECT_EQ(50, strutForBox("block2"));
|
| EXPECT_EQ(0, strutForBox("innerBlock"));
|
| EXPECT_EQ(0, strutForLine("innerBlock", 0));
|
|
|