Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / sub-pixel / complex-text-preferred-width.html
blobeed36d097cdfd81dc541cfc684fd59656aa58bd4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 a {
6 font-family: Arial;
7 text-rendering: geometricPrecision;
8 display: inline-block;
9 font-size: 12px;
10 font-weight: 700;
12 </style>
13 </head>
14 <body>
15 <a href="#">Show More News</a>
16 <p>
17 The link above should not wrap.
18 </p>
19 </body>
20 </html>