| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| index 3bd79c519f0273c3c28bd1ecf1c266a4dfbf3fc0..431c1bf044a93fdae7b9c2bc10556c437a3ce72a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| @@ -45,7 +45,7 @@
|
| </div>
|
|
|
| <div style="position: relative">
|
| -<div class="grid" style="-webkit-writing-mode: vertical-rl; margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
|
| +<div class="grid verticalRL" style="margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
|
| <div class="firstRowFirstColumn" data-offset-x="40" data-offset-y="0"></div>
|
| <div class="firstRowSecondColumn" data-offset-x="40" data-offset-y="50"></div>
|
| <div class="secondRowFirstColumn" data-offset-x="20" data-offset-y="0"></div>
|
| @@ -54,7 +54,7 @@
|
| </div>
|
|
|
| <div style="position: relative">
|
| -<div class="grid" style="-webkit-writing-mode: vertical-lr; margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
|
| +<div class="grid verticalLR" style="margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
|
| <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0"></div>
|
| <div class="firstRowSecondColumn" data-offset-x="0" data-offset-y="50"></div>
|
| <div class="secondRowFirstColumn" data-offset-x="20" data-offset-y="0"></div>
|
|
|