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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/logical-property-resolution.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/logical-property-resolution.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution.html b/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution.html
index 7bfc192eb3335522fc18ff92beee64121b8e9d63..3a2b5e354fc824d315221516217b17c921e4adb2 100644
--- a/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution.html
+++ b/third_party/WebKit/LayoutTests/fast/css/logical-property-resolution.html
@@ -13,10 +13,6 @@
-webkit-writing-mode: horizontal-tb;
}
-.bt-block {
- -webkit-writing-mode: horizontal-bt
-}
-
.lr-block {
-webkit-writing-mode: vertical-lr
}
@@ -86,11 +82,9 @@ function dumpBlockProperties()
</head>
<body onload="dumpBlockProperties()">
<div class="ltr-text tb-block test"></div>
-<div class="ltr-text bt-block test"></div>
<div class="ltr-text lr-block test"></div>
<div class="ltr-text rl-block test"></div>
<div class="rtl-text tb-block test"></div>
-<div class="rtl-text bt-block test"></div>
<div class="rtl-text lr-block test"></div>
<div class="rtl-text rl-block test"></div>
<p style="clear:both" id="result"></p>

Powered by Google App Engine
This is Rietveld 408576698