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

Side by Side Diff: LayoutTests/fast/repaint/text-emphasis-h.html

Issue 291823004: 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 <body style="-webkit-font-smoothing: none; position: relative;"> 1 <body style="-webkit-font-smoothing: none; position: relative;">
2 <div style="color: red; font: 16px ahem; padding-top: 8px;"> 2 <div style="color: red; font: 16px Ahem; padding-top: 8px;">
3 222222222222<br><br> 3 222222222222<br><br>
4 222222222222<br><br> 4 222222222222<br><br>
5 222222222222<br><br> 5 222222222222<br><br>
6 222222222222 6 222222222222
7 </div> 7 </div>
8 <div style="-webkit-writing-mode: vertical-lr; font: 32px ahem; color: green; po sition: absolute; top: 0; left: 0;"> 8 <div style="-webkit-writing-mode: vertical-lr; font: 32px Ahem; color: green; po sition: absolute; top: 0; left: 0;">
9 <div style="-webkit-text-emphasis: 'm';"> 9 <div style="-webkit-text-emphasis: 'm';">
10 1111 10 1111
11 </div> 11 </div>
12 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;"> 12 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
13 1111 13 1111
14 </div> 14 </div>
15 15
16 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm';"> 16 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm';">
17 1111 17 1111
18 </div> 18 </div>
19 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm'; - webkit-text-emphasis-position: under;"> 19 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-emphasis: 'm'; - webkit-text-emphasis-position: under;">
20 1111 20 1111
21 </div> 21 </div>
22 </div> 22 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/table-row-height-increase-expected.html ('k') | LayoutTests/fast/repaint/text-emphasis-v.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698