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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/ng/ng_absolute_utils_test.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc
index a472d672e22f3b6597e7c0d4fccd84ed2a2dd3c5..95972d22d457d62cc7787d48dc6430776fedfc33 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc
@@ -245,9 +245,10 @@ TEST_F(NGAbsoluteUtilsTest, Horizontal) {
// Rule 4: left is auto, EBoxSizing::kContentBox
style_->SetBoxSizing(EBoxSizing::kContentBox);
- SetHorizontalStyle(NGAuto, margin_left, width - border_left - border_right -
- padding_left - padding_right,
- margin_right, right);
+ SetHorizontalStyle(
+ NGAuto, margin_left,
+ width - border_left - border_right - padding_left - padding_right,
+ margin_right, right);
EXPECT_EQ(AbsoluteNeedsChildInlineSize(*style_), false);
estimated_inline.reset();
p = ComputePartialAbsoluteWithChildInlineSize(

Powered by Google App Engine
This is Rietveld 408576698