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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-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-border-padding-grid-item.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-padding-grid-item.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-padding-grid-item.html
index b907406e7cbedf4816a2a1ed041f546578539d8e..9f162b5155b7e627c9855aa09934d74a1895499d 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-padding-grid-item.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-border-padding-grid-item.html
@@ -51,15 +51,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 direction -->
<div style="position: relative">
<div class="grid directionRTL" data-expected-width="280" data-expected-height="260">
@@ -88,14 +79,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