Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positive-margin-block-child-align-center-expected.html
blob3216ecb7955510826398be110b8c2e3bf8f84a72
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=89515">89515</a>: REGRESSION(r113885): Margin not properly applied to elements with align=center<br>
29 There should be a green rectangle above with no red.
30 </p>
31 </body>
32 </html>