Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / word-space-nbsp.html
blobf474869d03f52af5867c6c77040d3de9eff95ea2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 div {
6 word-spacing: 20px;
7 float: left;
8 border: solid;
9 clear: both;
11 </style>
12 </head>
13 <body>
14 <p>The lines below should be the same width.</p>
15 <div>a &nbsp;b</div>
16 <div>a&nbsp;&nbsp;b</div>
17 </body>
18 </html>