Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: third_party/WebKit/Source/core/layout/PaginationTest.cpp

Issue 2403553002: reflow comments in core/layout/[M-Z]*.{cpp,h} (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698