Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positive-margin-start-negative-margin-end-align-center-expected.html
blob57b8808b90f2328d6e1787ef4f62825a8d500b81
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body
7 margin: 0px;
10 .hidTarget
12 height: 100px;
13 width: 150px;
14 position: absolute;
15 left: 200px;
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=89515">89515</a>: REGRESSION(r113885): Margin not properly applied to elements with align=center<br>
30 There should be a green rectangle above with no red.
31 </p>
32 </body>
33 </html>