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

Side by Side Diff: LayoutTests/fast/text/emphasis-overlap.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 div { font-family: ahem; font-size: 32px; -webkit-font-smoothing: none; display: inline-block; margin: 8px 0; } 2 div div { font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none; display: inline-block; margin: 8px 0; }
3 .horizontal-bt { -webkit-writing-mode: horizontal-bt; } 3 .horizontal-bt { -webkit-writing-mode: horizontal-bt; }
4 .over { color: blue; -webkit-text-emphasis: "m"; -webkit-text-emphasis-posit ion: over; } 4 .over { color: blue; -webkit-text-emphasis: "m"; -webkit-text-emphasis-posit ion: over; }
5 .under { color: green; -webkit-text-emphasis: "m"; -webkit-text-emphasis-pos ition: under; } 5 .under { color: green; -webkit-text-emphasis: "m"; -webkit-text-emphasis-pos ition: under; }
6 </style> 6 </style>
7 <div> 7 <div>
8 <div> 8 <div>
9 1111 9 1111
10 <br> 10 <br>
11 <span>2222</span> 11 <span>2222</span>
12 <br> 12 <br>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <div> 55 <div>
56 1111 56 1111
57 <br> 57 <br>
58 <span class="over">2222</span> 58 <span class="over">2222</span>
59 <br> 59 <br>
60 <span class="under">3333</span> 60 <span class="under">3333</span>
61 <br> 61 <br>
62 4444 62 4444
63 </div> 63 </div>
64 </div> 64 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/emphasis-avoid-ruby.html ('k') | LayoutTests/fast/text/justification-padding-mid-word.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698