Index: third_party/WebKit/Source/core/paint/PaintLayerTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp |
index d952793ee852dbeee877c93564e003484e9b61cc..efaf1dd6a05bf54001e8468367e19c3573a4263d 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp |
@@ -623,8 +623,9 @@ TEST_P(PaintLayerTest, FloatLayerUnderBlockUnderInlineLayer) { |
EXPECT_EQ(LayoutPoint(83, 83), floating->location()); |
EXPECT_EQ(LayoutPoint(100, 100), span->location()); |
EXPECT_EQ(LayoutPoint(83, 83), floating->visualOffsetFromAncestor(span)); |
- EXPECT_EQ(LayoutPoint(183, 183), floating->visualOffsetFromAncestor( |
- document().layoutView()->layer())); |
+ EXPECT_EQ( |
+ LayoutPoint(183, 183), |
+ floating->visualOffsetFromAncestor(document().layoutView()->layer())); |
} |
TEST_P(PaintLayerTest, CompositingContainerFloatingIframe) { |