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

Side by Side Diff: LayoutTests/fast/text/word-space-with-kerning-3.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 <div style="font-size: 20px; font-family: ahem; -webkit-font-smoothing: none;"> 1 <div style="font-size: 20px; font-family: Ahem; -webkit-font-smoothing: none;">
2 <div> 2 <div>
3 <span style="word-spacing: 60px">a<span>b<span>c</span></span> d 3 <span style="word-spacing: 60px">a<span>b<span>c</span></span> d
4 </div> 4 </div>
5 <div style="font-kerning: normal;"> 5 <div style="font-kerning: normal;">
6 <span style="word-spacing: 60px">a<span>b<span>c</span></span> d 6 <span style="word-spacing: 60px">a<span>b<span>c</span></span> d
7 </div> 7 </div>
8 </div> 8 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/word-space-with-kerning.html ('k') | LayoutTests/fast/text/word-space-with-kerning-3-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698