Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / inline-block / float-no-whitespace-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Test Without Whitespace</title>
5 <style>
6     div { height:60px; margin:0; padding:0; border:none; }
7     .container { width:400px; }
8     .middle { display:inline-block; width:400px; background-color:green; }
9 </style>
10 </head>
11 <body>
12 <p> There should be a single green rectangle below. </p>
13 <div class="container"><div class="middle"></div></div>
14 </body>
15 </html>