Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / word-break-run-rounding.html
blob21d3160c549cd0fbc49bd301bcdfb03baf26614a
1 <html>
2 <head>
3 <style>
4 div { border: solid; word-break:break-all; font-family:'Lucida Grande'; }
5 </style>
6 </head>
7 <body>
8 <p>
9 Tests for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13438">http://bugs.webkit.org/show_bug.cgi?id=13438</a>
10 Run rounding makes word-break:break-all/word not functional</i>.
11 </p>
12 <p>
13 Test that the preferred (maximum) width is right:
14 </p>
15 <div style="float: left;">
16 The black border should fit tightly around this one line of text with no space after the period.
17 </div>
18 <br style="clear: both;">
19 <p>
20 Test that text does not wrap too early due to rounding errors:
21 </p>
22 <div style="width: 425px;">
23 This text fits nicely on a single line of the given width.
24 </div>
26 <p>
27 Test that text does not wrap too late:
28 </p>
29 <!-- Note skipped whitespace before the long word -->
30 <div style="width: 591px;">
31 J u s t a b u n c h o f l e t t e r s h e r e , n o t h i n g t o s e e . Thisisonebigwordwhichisverylong.
32 </div>
33 </body>
34 </html>