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

Side by Side Diff: LayoutTests/fast/text/justify-padding-distribution.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.test { font-family: ahem; text-align: justify; width: 290px; font-size: 10px; } 2 div.test { font-family: Ahem; text-align: justify; width: 290px; font-size: 10px; }
3 div.test span { visibility: hidden; } 3 div.test span { visibility: hidden; }
4 .complex-test { text-rendering: optimizelegibility; } 4 .complex-test { text-rendering: optimizelegibility; }
5 </style> 5 </style>
6 <div> 6 <div>
7 <div class="test"> 7 <div class="test">
8 l l l l l l l l l l l l <span>llllll</span> 8 l l l l l l l l l l l l <span>llllll</span>
9 </div> 9 </div>
10 <div class="test"> 10 <div class="test">
11 l l l l l l l l l l l l <span>llllll</span> 11 l l l l l l l l l l l l <span>llllll</span>
12 </div> 12 </div>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <div class="test"> 78 <div class="test">
79 l l l l l l l l l l l l <span>llllll</span> 79 l l l l l l l l l l l l <span>llllll</span>
80 </div> 80 </div>
81 <div class="test"> 81 <div class="test">
82 l l l l l l l l l l l l <span>llllll</span> 82 l l l l l l l l l l l l <span>llllll</span>
83 </div> 83 </div>
84 <div class="test"> 84 <div class="test">
85 l l l l l l l l l l l l <span>llllll</span> 85 l l l l l l l l l l l l <span>llllll</span>
86 </div> 86 </div>
87 </div> 87 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/justification-padding-mid-word.html ('k') | LayoutTests/fast/text/remove-zero-length-run.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698