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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-padding-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-padding-grid-item.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-padding-grid-item.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-padding-grid-item.html
index 62f0f7be247f16939d40d99b9c252425b690927e..5ebb54387e64b4706946fe19423543644587d48c 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-padding-grid-item.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-padding-grid-item.html
@@ -47,15 +47,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">
@@ -84,14 +75,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