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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-grid-item.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/grid-element-border-grid-item.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-grid-item.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-grid-item.html
index f3ad11991a80a14778ece234314d20e2cece2ef8..ba039ccedca355f2c208a078304fb04d58da9884 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-grid-item.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-grid-item.html
@@ -50,15 +50,6 @@
</div>
</div>
-<div style="position: relative">
- <div class="grid horizontalBT" data-expected-width="280" data-expected-height="260">
- <div class="item firstRowFirstColumn" data-offset-x="50" data-offset-y="180" data-expected-width="20" data-expected-height="40"></div>
- <div class="item firstRowSecondColumn" data-offset-x="150" data-offset-y="180" data-expected-width="20" data-expected-height="40"></div>
- <div class="item secondRowFirstColumn" data-offset-x="50" data-offset-y="80" data-expected-width="20" data-expected-height="40"></div>
- <div class="item secondRowSecondColumn" data-offset-x="150" data-offset-y="80" data-expected-width="20" data-expected-height="40"></div>
- </div>
-</div>
-
<!-- rtl direciton -->
<div style="position: relative">
<div class="grid directionRTL" data-expected-width="280" data-expected-height="260">
@@ -87,14 +78,5 @@
</div>
</div>
-<div style="position: relative">
- <div class="grid horizontalBT directionRTL" data-expected-width="280" data-expected-height="260">
- <div class="item firstRowFirstColumn" data-offset-x="230" data-offset-y="180" data-expected-width="20" data-expected-height="40"></div>
- <div class="item firstRowSecondColumn" data-offset-x="130" data-offset-y="180" data-expected-width="20" data-expected-height="40"></div>
- <div class="item secondRowFirstColumn" data-offset-x="230" data-offset-y="80" data-expected-width="20" data-expected-height="40"></div>
- <div class="item secondRowSecondColumn" data-offset-x="130" data-offset-y="80" data-expected-width="20" data-expected-height="40"></div>
- </div>
-</div>
-
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698