Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / 017.html
blobac3d79de3bd15eebf89d5575b76ffa88d4e09f2f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <title>white-space: mixed tests</title>
5 <script src="../../../resources/ahem.js"></script>
6 <style type="text/css">
7 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
8 .test { font: 1em/1 Ahem; background: green; color: lime; width: 19em; }
9 .normal { white-space: normal; }
10 .nowrap { white-space: nowrap; }
11 .pre { white-space: pre; }
12 </style>
13 </head>
14 <body><div class="test pre"><span>1234</span>567890123456789 xxxx xxxx xx</div></body>
15 </html>