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

Unified Diff: third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp

Issue 2384033002: reflow comments in web/tests (Closed)
Patch Set: comments (heh!) 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/web/tests/DocumentLoadingRenderingTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
index 8865ea4643f08c004c09bb9c892b6abe97c0e1b5..cbd98467ba380b4dba873ee466e99290b9e16e48 100644
--- a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
+++ b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
@@ -271,8 +271,9 @@ TEST_F(DocumentLoadingRenderingTest,
->graphicsLayerBacking()
->getPaintController()
.getDisplayItemList();
- // Check that the DisplayItemList has no subsequene caching markers. These are not allowed in pending-style-sheets mode
- // since otherwise caching would be incorrect.
+ // Check that the DisplayItemList has no subsequene caching markers. These are
+ // not allowed in pending-style-sheets mode since otherwise caching would be
+ // incorrect.
ASSERT_EQ(2u, displayItemList.size());
EXPECT_EQ(DisplayItem::kDocumentBackground, displayItemList[0].getType());
EXPECT_EQ(DisplayItem::kBoxDecorationBackground,

Powered by Google App Engine
This is Rietveld 408576698