Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-cell-negative-start-margin-align-center-expected.html
blobd68f7a35614918a2b77680066264e20c443fdd0a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 /* Disable most default sizing to ensure proper position of our hidTarget. */
6 body
8 margin: 0px;
11 .hidTarget
13 position: absolute;
14 left: 15px;
15 top: 30px;
16 height: 100px;
17 width: 100px;
18 background-color: green;
23 position: absolute;
24 top: 300px;
26 </style>
27 <body>
28 <div class="hidTarget"></div>
29 <p>
30 <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>
31 There should be a green rectangle above with no red.
32 </p>
33 </body>
34 </html>