Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline-block / multiple-floats-with-whitespace-expected.html
blob142bbe2dad8ba4b5b20455d89ee7c068cd71b220
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { height:90px; margin:0; padding:0; border:none; }
6 .container { width:400px; }
7 .middle { display:inline-block; width:400px; background-color:green; }
8 </style>
9 </head>
10 <body>
11 <p> There should be a single green rectangle below. </p>
12 <div class="container"><div class="middle"></div></div>
13 </body>
14 </html>