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

Side by Side Diff: LayoutTests/fast/text/soft-hyphen-4.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../resources/ahem.js"></script>
3 <style> 4 <style>
4 .testbox { 5 .testbox {
5 border: solid; 6 border: solid;
6 padding: 4px; 7 padding: 4px;
7 width: 330px; 8 width: 330px;
8 font: 18px Ahem; 9 font: 18px Ahem;
9 text-align: justify; 10 text-align: justify;
10 -webkit-font-smoothing: none; 11 -webkit-font-smoothing: none;
11 } 12 }
12 </style> 13 </style>
13 </head> 14 </head>
14 <body> 15 <body>
15 <p> 16 <p>
16 <!--In this test, the top-right boxes should be the same length--> 17 <!--In this test, the top-right boxes should be the same length-->
17 <div class="testbox"> 18 <div class="testbox">
18 12345678901 anti&shy;aliasing<br> <!--broken (no space after alia sing)--> 19 12345678901 anti&shy;aliasing<br> <!--broken (no space after alia sing)-->
19 <br> 20 <br>
20 12345678901 anti&shy;aliasing <!--works (space after aliasin g)--> 21 12345678901 anti&shy;aliasing <!--works (space after aliasin g)-->
21 </div> 22 </div>
22 </p> 23 </p>
23 </body> 24 </body>
24 </html> 25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/soft-hyphen-3.html ('k') | LayoutTests/fast/text/splitText-dirty-lines.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698