Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / break-word.html
blob8927efc7916638b4c1d125c44427ecffa07ed5bd
1 <html>
2 <head>
3 <title></title>
4 <style type="text/css">
5 div {
6 background: yellow;
7 width: 200px;
8 font: 11px 'Lucida Grande';
9 word-wrap: break-word;
11 </style>
12 </head>
13 <body>
14 <p>
15 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12726">http://bugs.webkit.org/show_bug.cgi?id=12726</a>
16 REGRESSION (r12073): Text wraps in the middle of a word instead of wrapping at the space before the word</i>.
17 </p>
18 <p>
19 &ldquo;onelongwrodwithnobreaks&rdquo; should not break in the middle.
20 </p>
21 <div>lllllllllllllllllllllllllllllllllllllllllllllllllllllll onelongwrodwithnobreaks</div>
22 </body>
23 </html>