Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / word-spacing-remove-space-005-expected.html
blobb67fdf885a4a42aaf9a5aca235c87c110b7e0955
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Word-spacing and white space with multiple preserved spaces</title>
5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props">
7 <meta name="flags" content="ahem">
8 <script src="../../resources/ahem.js"></script>
9 <meta name="assert" content="Any non-breaking space left after white-space processing model occurs, has word-spacing applied to it.">
10 <style type="text/css">
11 div
13 font: 16px/1em Ahem;
14 white-space: pre;
16 #div2, #div3
18 background: black;
19 display: inline-block;
20 height: 1em;
21 width: 1em;
23 #div3
25 margin-left: 9em;
27 </style>
28 </head>
29 <body>
30 <p>Test passes if there are only two boxes below.</p>
31 <div id="div1">X X</div>
32 <div id="div2"></div><div id="div3"></div>
33 </body>
34 </html>