Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-image-margin-005-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5     #content {
6         font: 25px/1 Ahem, sans-serif;
7         color: green;
8         text-align: right;
9     }
10
11     #image-shape {
12         float: right;
13         width: 100px;
14         height: 100px;
15         margin: 25px;
16         background-color: blue;
17     }
18 </style>
19 </head>
20 <body>
21   <p>The green rectangles should wrap around the blue 100x100 rectangle and a 25 pixel margin.</p>
22   <div id="content">
23       <div id="image-shape"></div>
24       X<br>X<br>X<br>X<br>X<br>X<br>X
25   </div>
26 </body>
27 </html>