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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 div { margin: 8px 0; } 2 div { margin: 8px 0; }
3 span { -webkit-text-emphasis: 'x'; } 3 span { -webkit-text-emphasis: 'x'; }
4 .flipped { -webkit-writing-mode: horizontal-bt; } 4 .flipped { -webkit-writing-mode: vertical-rl; display:inline-block; }
5 </style> 5 </style>
6 <script src="../../resources/ahem.js"></script> 6 <script src="../../resources/ahem.js"></script>
7 <body style="font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none;"> 7 <body style="font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none;">
8 <!-- emphasis under, should not be suppressed by ruby --> 8 <!-- emphasis under, should not be suppressed by ruby -->
9 <div> 9 <div>
10 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: under;">45</ span></rb><rt>678</rt></ruby> 10 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: under;">45</ span></rb><rt>678</rt></ruby>
11 </div> 11 </div>
12 <!-- emphasis over, but no lines in ruby text, should not inhibit emphasis - -> 12 <!-- emphasis over, but no lines in ruby text, should not inhibit emphasis - ->
13 <div> 13 <div>
14 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over;">45</s pan></rb><rt> </rt></ruby> 14 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over;">45</s pan></rb><rt> </rt></ruby>
(...skipping 10 matching lines...) Expand all
25 <!-- emphasis over, but no lines in ruby text, should not inhibit emphasis - -> 25 <!-- emphasis over, but no lines in ruby text, should not inhibit emphasis - ->
26 <div class="flipped"> 26 <div class="flipped">
27 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over;">45</s pan></rb><rt> </rt></ruby> 27 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over;">45</s pan></rb><rt> </rt></ruby>
28 </div> 28 </div>
29 <!-- emphasis over should be suppressed by ruby --> 29 <!-- emphasis over should be suppressed by ruby -->
30 <div class="flipped"> 30 <div class="flipped">
31 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over; -webki t-text-emphasis-color: red;">45</span></rb><rt>678</rt></ruby> 31 1 <ruby><rb>23 <span style="-webkit-text-emphasis-position: over; -webki t-text-emphasis-color: red;">45</span></rb><rt>678</rt></ruby>
32 </div> 32 </div>
33 33
34 </body> 34 </body>
OLDNEW
« 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