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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.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/text/emphasis-overlap.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html b/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
index 37144969a72957ba007b08c2b1f57a28dda2d22a..78f5b55df0f7e7013b3f4edad1990285a53e7efc 100644
--- a/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
+++ b/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
@@ -1,7 +1,8 @@
<script src="../../resources/ahem.js"></script>
<style>
div div { font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none; display: inline-block; margin: 8px 0; }
- .horizontal-bt { -webkit-writing-mode: horizontal-bt; }
+ .flipped { writing-mode: vertical-rl; }
+ div.flipped div { display: block; margin:0 8px 0 0; }
.over { color: blue; -webkit-text-emphasis: "m"; -webkit-text-emphasis-position: over; }
.under { color: green; -webkit-text-emphasis: "m"; -webkit-text-emphasis-position: under; }
</style>
@@ -34,7 +35,7 @@
4444
</div>
</div>
-<div class="horizontal-bt">
+<div class="flipped">
<div>
1111
<br>

Powered by Google App Engine
This is Rietveld 408576698