Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / wbr-pre.html
blob0ef8816339a8864438d4555229f4e40716283e16
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>pre testing</title>
5 <style type="text/css">
6 pre { white-space: pre-wrap; }
7 </style>
8 </head>
9 <body>
10 <pre>
11 [ONE] This is the first<wbr> line.
12 [TWO] If this on the same line as the first line, this test has failed.
13 </pre>
14 </body>
15 </html>