Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / negative-start-margin-align-center-percent-expected.html
blobbd64fe76e6aa8c3e7ffd21ac18aec9f8ebf6cf65
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body
7 margin: 0px;
10 .hidTarget
12 height: 100px;
13 width: 250px;
14 position: absolute;
15 left: 50px;
16 background-color: green;
21 position: absolute;
22 top: 300px;
24 </style>
25 </head>
26 <body>
27 <div class="hidTarget"></div>
28 <p>
29 <a href="https://bugs.webkit.org/show_bug.cgi?id=89626">89626</a>: Non-fixed length margins don't work with align=center<br>
30 There should be a green rectangle above with no red.
31 </p>
32 </body>
33 </html>