Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / soft-hyphen-4.html
blob8e3161c8bc295b08ee249291b9393eee1834987c
1 <html>
2 <head>
3 <script src="../../resources/ahem.js"></script>
4 <style>
5 .testbox {
6 border: solid;
7 padding: 4px;
8 width: 330px;
9 font: 18px Ahem;
10 text-align: justify;
11 -webkit-font-smoothing: none;
13 </style>
14 </head>
15 <body>
16 <p>
17 <!--In this test, the top-right boxes should be the same length-->
18 <div class="testbox">
19 12345678901 anti&shy;aliasing<br> <!--broken (no space after aliasing)-->
20 <br>
21 12345678901 anti&shy;aliasing <!--works (space after aliasing)-->
22 </div>
23 </p>
24 </body>
25 </html>