Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / 035.html
blobb2d2d4dad74f43ec01df8caa4888c35a6420dab8
2 <html>
3 <head><title>ongoing</title>
4 <base href="http://tbray.org/ongoing/">
5 <style type='text/css'>
7 .shadowed {
8 float:left;
9 border:10px solid blue;
13 </style>
15 </head>
16 <body>
18 <div class='shadowed'>
19 <img align=left width=300 height=300 style="background-color:green">
20 <img width=500 height=500 style="background-color:purple; display:block; margin-left:-150px"/>
22 </div>
23 </body>
24 </html>