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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/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) {

Powered by Google App Engine
This is Rietveld 408576698