Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-polygon-014-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>CSS Reference File</title>
5         <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
6     </head>
7     <style>
8        body {
9             margin: 0;
10         }
11        #green-square {
12           position: absolute;
13           top: 50px;
14           left: 10px;
15           width: 240px;
16           height: 240px;
17           background-color: green;
18       }
19     </style>
20     <body>
21         <p>The test passes if there is green square and no red.</p>
22         <div id="green-square"></div>
23     </body>
24 </html>