Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / sub-pixel / complex-text-preferred-width-expected.html
blobfbcabc14604a6f52de92208b9438d054570cfd6b
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;
11 white-space: nowrap;
13 </style>
14 </head>
15 <body>
16 <a href="#">Show More News</a>
17 <p>
18 The link above should not wrap.
19 </p>
20 </body>
21 </html>