Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / pre-wrap-last-char.html
blob29b055b14cfdda05caa85448ce8c0f5ecf76f5cd
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <p>
7 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13072">http://bugs.webkit.org/show_bug.cgi?id=13072</a>
8 REGRESSION (r15617): white-space: pre-wrap breaks off the last character of a wide word</i>.
9 </p>
10 <p>
11 The following line should not wrap.
12 </p>
13 <div style="white-space: pre-wrap; width: 150px; background-color: lightgray;">abcdefghijklmnopqrstuvwxyz</div>
14 </body>