Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698