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 d74585bc488d636a28662d663736b216212afebc..0d5db0ac1e0af5453ac5f39dd2a21e9a3c2f440b 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( |