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

Side by Side Diff: LayoutTests/fast/ruby/overhang-horizontal.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 div { font-size: 20px; font-family: Ahem; border: solid black; color: indigo ; width: 10em; margin: 8px 0; -webkit-font-smoothing: none; } 3 div { font-size: 20px; font-family: Ahem; border: solid black; color: indigo ; width: 10em; margin: 8px 0; -webkit-font-smoothing: none; }
3 ruby { color: blue; } 4 ruby { color: blue; }
4 ruby rt { color: silver; } 5 ruby rt { color: silver; }
5 </style> 6 </style>
6 <div> 7 <div>
7 abc<ruby>xx<rt>y y</rt></ruby>def 8 abc<ruby>xx<rt>y y</rt></ruby>def
8 </div> 9 </div>
9 <div> 10 <div>
10 abc<ruby>xx<rt>yy yy</rt></ruby>def 11 abc<ruby>xx<rt>yy yy</rt></ruby>def
(...skipping 18 matching lines...) Expand all
29 </div> 30 </div>
30 <div> 31 <div>
31 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d 32 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d
32 </div> 33 </div>
33 <div> 34 <div>
34 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij 35 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij
35 </div> 36 </div>
36 <div> 37 <div>
37 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij 38 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij
38 </div> 39 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/float-overhang-from-ruby-text.html ('k') | LayoutTests/fast/ruby/overhang-horizontal-no-overlap1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698