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

Side by Side Diff: LayoutTests/fast/text/soft-hyphen-4.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
« no previous file with comments | « LayoutTests/fast/text/justify-nbsp.html ('k') | LayoutTests/fast/text/tab-with-kerning.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .testbox { 4 .testbox {
5 border: solid; 5 border: solid;
6 padding: 4px; 6 padding: 4px;
7 width: 330px; 7 width: 330px;
8 font: 18px ahem; 8 font: 18px Ahem;
9 text-align: justify; 9 text-align: justify;
10 -webkit-font-smoothing: none; 10 -webkit-font-smoothing: none;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <p> 15 <p>
16 <!--In this test, the top-right boxes should be the same length--> 16 <!--In this test, the top-right boxes should be the same length-->
17 <div class="testbox"> 17 <div class="testbox">
18 12345678901 anti&shy;aliasing<br> <!--broken (no space after alia sing)--> 18 12345678901 anti&shy;aliasing<br> <!--broken (no space after alia sing)-->
19 <br> 19 <br>
20 12345678901 anti&shy;aliasing <!--works (space after aliasin g)--> 20 12345678901 anti&shy;aliasing <!--works (space after aliasin g)-->
21 </div> 21 </div>
22 </p> 22 </p>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/justify-nbsp.html ('k') | LayoutTests/fast/text/tab-with-kerning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698