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

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

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 <style> 1 <style>
2 div { font-size: 20px; font-family: ahem; border: solid black; color: indigo ; width: 10em; margin: 8px 0; -webkit-font-smoothing: none; } 2 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; } 3 ruby { color: blue; }
4 ruby rt { color: silver; } 4 ruby rt { color: silver; }
5 </style> 5 </style>
6 <div> 6 <div>
7 abc<ruby>xx<rt>y y</rt></ruby>def 7 abc<ruby>xx<rt>y y</rt></ruby>def
8 </div> 8 </div>
9 <div> 9 <div>
10 abc<ruby>xx<rt>yy yy</rt></ruby>def 10 abc<ruby>xx<rt>yy yy</rt></ruby>def
11 </div> 11 </div>
12 <div> 12 <div>
(...skipping 16 matching lines...) Expand all
29 </div> 29 </div>
30 <div> 30 <div>
31 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d 31 a b b <ruby>xx<rt>yy yy</rt></ruby><span style="font-size: 150%">d
32 </div> 32 </div>
33 <div> 33 <div>
34 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij 34 <span style="font-size: 50%">cb</span><ruby>xx<rt>yy yy</rt></ruby>ij
35 </div> 35 </div>
36 <div> 36 <div>
37 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij 37 <span style="font-size: 150%">c</span><ruby>xx<rt>yy yy</rt></ruby>ij
38 </div> 38 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/floating-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