Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-shape-margin-percent-expected.html
blobde7abf91b5dc641c22e930961379934b1e46de58
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 </head>
6 <style>
7 #green-square {
8 position: absolute;
9 left: 25px;
10 top: 50px;
11 width: 200px;
12 height: 200px;
13 background-color: green;
14 color: green;
16 </style>
17 <body>
18 <p>The test passes if there is a green square and no red.</p>
19 <div id="green-square"></div>
20 </body>
21 </html>