Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-polygon-015-expected.html
blobf1fcdf40d719beac17a1cc85619daca2c0abb0ff
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;
11 #green-square {
12 position: absolute;
13 top: 50px;
14 left: 10px;
15 width: 240px;
16 height: 240px;
17 background-color: green;
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>