Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-image-margin-004-expected.html
blobe700946acf2864f9d2327804274e30146b915051
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #content {
6 font: 25px/1 Ahem, sans-serif;
7 color: green;
10 #image-shape {
11 float: left;
12 width: 100px;
13 height: 100px;
14 margin: 25px;
15 background-color: blue;
17 </style>
18 </head>
19 <body>
20 <p>The green rectangles should wrap around the blue 100x100 rectangle and a 25 pixel margin.</p>
21 <div id="content">
22 <div id="image-shape"></div>
23 X<br>X<br>X<br>X<br>X<br>X<br>X
24 </div>
25 </body>
26 </html>