Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / word-space-nbsp-expected.html
blob7a28bafbf89d29ba855c4b1c5574d0daee4ca58e
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;&nbsp;b</div>
16 <div>a&nbsp;&nbsp;b</div>
17 </body>
18 </html>