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 3b7768d1ec450b5ca68db45e57eca06eabf66153..3bd79c519f0273c3c28bd1ecf1c266a4dfbf3fc0 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,15 +45,6 @@ |
</div> |
<div style="position: relative"> |
-<div class="grid" style="-webkit-writing-mode: horizontal-bt" data-expected-width="110" data-expected-height="50"> |
- <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="35"></div> |
- <div class="firstRowSecondColumn" data-offset-x="50" data-offset-y="35"></div> |
- <div class="secondRowFirstColumn" data-offset-x="0" data-offset-y="15"></div> |
- <div class="secondRowSecondColumn" data-offset-x="50" data-offset-y="15"></div> |
-</div> |
-</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="firstRowFirstColumn" data-offset-x="40" data-offset-y="0"></div> |
<div class="firstRowSecondColumn" data-offset-x="40" data-offset-y="50"></div> |