| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-padding.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-padding.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-padding.html
|
| index c2601d3097e6f7b68b5d27c622adf4afde0221d3..e6428bef1489f74dd18d21de38bc8bd067f42c47 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-padding.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-padding.html
|
| @@ -116,4 +116,88 @@
|
| </div>
|
| </div>
|
|
|
| +<div class="grid directionRTL">
|
| + <div class="absolute" style="grid-column: auto / 1; grid-row: auto / 1;"
|
| + data-offset-x="515" data-offset-y="0" data-expected-width="15" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 1 / 2; grid-row: auto / 1;"
|
| + data-offset-x="415" data-offset-y="0" data-expected-width="100" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: auto / 1; grid-row: 1 / 2;"
|
| + data-offset-x="515" data-offset-y="15" data-expected-width="15" data-expected-height="50">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / auto; grid-row: 3 / auto;"
|
| + data-offset-x="0" data-offset-y="215" data-expected-width="215" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 2 / 3; grid-row: 3 / auto;"
|
| + data-offset-x="215" data-offset-y="215" data-expected-width="200" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / auto; grid-row: 2 / 3;"
|
| + data-offset-x="0" data-offset-y="65" data-expected-width="215" data-expected-height="150">
|
| + </div>
|
| +</div>
|
| +
|
| +<div class="grid directionRTL">
|
| + <div class="absolute" style="grid-column: -5 / 1; grid-row: -5 / 1;"
|
| + data-offset-x="515" data-offset-y="0" data-expected-width="15" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 1 / 2; grid-row: -5 / 1;"
|
| + data-offset-x="415" data-offset-y="0" data-expected-width="100" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: -5 / 1; grid-row: 1 / 2;"
|
| + data-offset-x="515" data-offset-y="15" data-expected-width="15" data-expected-height="50">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / 5; grid-row: 3 / 5;"
|
| + data-offset-x="0" data-offset-y="215" data-expected-width="215" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 2 / 3; grid-row: 3 / 5;"
|
| + data-offset-x="215" data-offset-y="215" data-expected-width="200" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / 5; grid-row: 2 / 3;"
|
| + data-offset-x="0" data-offset-y="65" data-expected-width="215" data-expected-height="150">
|
| + </div>
|
| +</div>
|
| +
|
| +<div class="grid directionRTL">
|
| + <div class="absolute" style="grid-column: span 2 / 1; grid-row: span 2 / 1;"
|
| + data-offset-x="515" data-offset-y="0" data-expected-width="15" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 1 / 2; grid-row: span 2 / 1;"
|
| + data-offset-x="415" data-offset-y="0" data-expected-width="100" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: span 2 / 1; grid-row: 1 / 2;"
|
| + data-offset-x="515" data-offset-y="15" data-expected-width="15" data-expected-height="50">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / span 2; grid-row: 3 / span 2;"
|
| + data-offset-x="0" data-offset-y="215" data-expected-width="215" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 2 / 3; grid-row: 3 / span 2;"
|
| + data-offset-x="215" data-offset-y="215" data-expected-width="200" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / span 2; grid-row: 2 / 3;"
|
| + data-offset-x="0" data-offset-y="65" data-expected-width="215" data-expected-height="150">
|
| + </div>
|
| +</div>
|
| +
|
| +<div class="grid directionRTL">
|
| + <div class="absolute" style="grid-column: foo / 1; grid-row: foo / 1;"
|
| + data-offset-x="515" data-offset-y="0" data-expected-width="15" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 1 / 2; grid-row: foo / 1;"
|
| + data-offset-x="415" data-offset-y="0" data-expected-width="100" data-expected-height="15">
|
| + </div>
|
| + <div class="absolute" style="grid-column: foo / 1; grid-row: 1 / 2;"
|
| + data-offset-x="515" data-offset-y="15" data-expected-width="15" data-expected-height="50">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / foo; grid-row: 3 / foo;"
|
| + data-offset-x="0" data-offset-y="215" data-expected-width="215" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 2 / 3; grid-row: 3 / foo;"
|
| + data-offset-x="215" data-offset-y="215" data-expected-width="200" data-expected-height="115">
|
| + </div>
|
| + <div class="absolute" style="grid-column: 3 / foo; grid-row: 2 / 3;"
|
| + data-offset-x="0" data-offset-y="65" data-expected-width="215" data-expected-height="150">
|
| + </div>
|
| +</div>
|
| +
|
| </body>
|
|
|