| Index: LayoutTests/fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html b/LayoutTests/fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html
|
| index f36175d083fa6a08ed357ed58917d6d1fc5f8e9f..aa2cd93ac7ad4ed3ddcbed7ad7595c32ad27a9be 100644
|
| --- a/LayoutTests/fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html
|
| +++ b/LayoutTests/fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html
|
| @@ -107,7 +107,7 @@
|
|
|
| <!-- Check positioning using grid areas -->
|
| <div style="position: relative">
|
| - <div class="grid gridAreas gridNoLineNames">
|
| + <div class="grid gridAreas gridNoLineNames gridAutoFlowRowDense">
|
| <div class="sizedToGridArea" style="grid-column: d;" data-offset-x="150" data-offset-y="0" data-expected-width="200" data-expected-height="50"></div>
|
| <div class="sizedToGridArea" style="grid-row: d;" data-offset-x="0" data-offset-y="150" data-expected-width="50" data-expected-height="200"></div>
|
| <div class="sizedToGridArea" style="grid-column: c;" data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="50"></div>
|
| @@ -125,7 +125,7 @@
|
|
|
| <!-- Use grid area's implicit line names if defined before explicitly named grid lines -->
|
| <div style="position: relative">
|
| - <div class="grid gridAreas gridWithNamedLineAfterGridArea">
|
| + <div class="grid gridAreas gridWithNamedLineAfterGridArea gridAutoFlowRowDense">
|
| <div class="sizedToGridArea" style="grid-column: d;" data-offset-x="150" data-offset-y="0" data-expected-width="200" data-expected-height="50"></div>
|
| <div class="sizedToGridArea" style="grid-row: d;" data-offset-x="0" data-offset-y="150" data-expected-width="50" data-expected-height="200"></div>
|
| <div class="sizedToGridArea" style="grid-column: c;" data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="50"></div>
|
|
|