Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html |
index db2f245065c34ecacad904ff9cbfbf945e8681d1..94b801b797b01fa78d4cab234b0fabea8fc14721 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html |
@@ -27,7 +27,7 @@ body { |
<p>HORIZONTAL-TB container with VERTICAL-LR items.</p> |
<div class="container"> |
- <div class="grid itemsStart contentStart fit-content" data-expected-width="110" data-expected-height="260"> |
+ <div class="grid itemsStart contentStart fit-content" data-expected-width="120" data-expected-height="260"> |
<div class="firstRowFirstColumn verticalLR" data-offset-x="0" data-offset-y="0" data-expected-width="10" data-expected-height="50">X X X</div> |
<div class="firstRowSecondColumn verticalLR" data-offset-x="100" data-offset-y="0" data-expected-width="10" data-expected-height="110">X X X X X X</div> |
<div class="secondRowFirstColumn verticalLR" data-offset-x="0" data-offset-y="110" data-expected-width="10" data-expected-height="110">X X X X X X</div> |
@@ -37,7 +37,7 @@ body { |
<p>HORIZONTAL-TB container with VERTICAL-RL items.</p> |
<div class="container"> |
- <div class="grid itemsStart contentStart fit-content" data-expected-width="110" data-expected-height="260"> |
+ <div class="grid itemsStart contentStart fit-content" data-expected-width="120" data-expected-height="260"> |
<div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="10" data-expected-height="50">X X X</div> |
<div class="firstRowSecondColumn verticalRL" data-offset-x="100" data-offset-y="0" data-expected-width="10" data-expected-height="110">X X X X X X</div> |
<div class="secondRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="110" data-expected-width="10" data-expected-height="110">X X X X X X</div> |