Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / word-spacing-remove-space-002-expected.html
blob12be4574f92b1b523ae46864f53991f24b322628
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 non-breaking 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="The white space processing removes non-breaking space before 'word-spacing' is applied.">
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: 12em;
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>