Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / center-align-absolute-position-expected.html
blob5afbf99528ec9c93c0041ba1afa1735ae2e62466
1 <html>
2 <head>
3 <style>
4 #block {
5 margin: 0px;
6 padding: 0px;
7 position: absolute;
8 width: 200px;
9 background: blue;
10 height: 20px;
12 </style>
13 </head>
14 <body style="width: 800px;">
15 <p> The two blue bars should be aligned with each other. </p>
16 <div id="block" style="position: absolute; top: 44px; left: 408px;"></div>
17 <div id="block" style="position: absolute; top: 80px; left: 408px;"></div>
18 </body>
19 </html>