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

Side by Side Diff: LayoutTests/fast/ruby/overhang-vertical.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script src="../../resources/ahem.js"></script>
1 <style> 2 <style>
2 html { -webkit-writing-mode: vertical-rl; -webkit-text-orientation: sideways -right; } 3 html { -webkit-writing-mode: vertical-rl; -webkit-text-orientation: sideways -right; }
3 div { font-size: 20px; font-family: Ahem; border: solid black; color: indigo ; height: 10em; margin: 0 8px; -webkit-font-smoothing: none; } 4 div { font-size: 20px; font-family: Ahem; border: solid black; color: indigo ; height: 10em; margin: 0 8px; -webkit-font-smoothing: none; }
4 ruby { color: blue; } 5 ruby { color: blue; }
5 ruby rt { color: silver; } 6 ruby rt { color: silver; }
6 </style> 7 </style>
7 <div> 8 <div>
8 abc<ruby>xx<rt>y y</rt></ruby>def 9 abc<ruby>xx<rt>y y</rt></ruby>def
9 </div> 10 </div>
10 <div> 11 <div>
(...skipping 19 matching lines...) Expand all
30 </div> 31 </div>
31 <div> 32 <div>
32 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d 33 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d
33 </div> 34 </div>
34 <div> 35 <div>
35 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij 36 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij
36 </div> 37 </div>
37 <div> 38 <div>
38 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij 39 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij
39 </div> 40 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/overhang-horizontal-no-overlap2.html ('k') | LayoutTests/fast/ruby/overhang-vertical-no-overlap1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698