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

Unified Diff: third_party/WebKit/LayoutTests/fast/ruby/position-after.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/ruby/position-after.html
diff --git a/third_party/WebKit/LayoutTests/fast/ruby/position-after.html b/third_party/WebKit/LayoutTests/fast/ruby/position-after.html
index 85e8cd2d5ecf5f32db3da5abad9e168c4c37fe6d..5b32ff0f89965ac3f386cab3aa1c86be5b54bfa2 100644
--- a/third_party/WebKit/LayoutTests/fast/ruby/position-after.html
+++ b/third_party/WebKit/LayoutTests/fast/ruby/position-after.html
@@ -34,12 +34,7 @@
xxx xxxx
</div>
</div>
-<div style="float: left; margin-left: 8px;">
- <div class="container" style="-webkit-writing-mode: horizontal-bt;">
- xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx
- <ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>
- xxx xxxx
- </div>
+<div style="float: left; margin-left: 8px; margin-top:148px;">
<div class="container" style="-webkit-writing-mode: vertical-rl; -webkit-text-orientation: sideways-right;">
xxxxx xx <ruby>xxxx<rt>yyy</rt></ruby> xxx xxx xxxx
<ruby>xxxxx<rt>y<br>y</rt></ruby> <span class="emphasis">xx</span>

Powered by Google App Engine
This is Rietveld 408576698