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