Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-floats-shape-margin-percent-expected.html
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;
15         }
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>