| 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,
|
|
|