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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/emphasis-avoid-ruby.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-avoid-ruby.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis-avoid-ruby.html b/third_party/WebKit/LayoutTests/fast/text/emphasis-avoid-ruby.html
index 2074d4b8293cdde8ff64f9c9f8cb91c417266446..dbae53fa65461fbe355c889ca15c8516f47e1352 100644
--- a/third_party/WebKit/LayoutTests/fast/text/emphasis-avoid-ruby.html
+++ b/third_party/WebKit/LayoutTests/fast/text/emphasis-avoid-ruby.html
@@ -1,7 +1,7 @@
<style>
div { margin: 8px 0; }
span { -webkit-text-emphasis: 'x'; }
- .flipped { -webkit-writing-mode: horizontal-bt; }
+ .flipped { -webkit-writing-mode: vertical-rl; display:inline-block; }
</style>
<script src="../../resources/ahem.js"></script>
<body style="font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none;">
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/emphasis.html ('k') | third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698