2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / layers / positioned-inside-root-with-margins.html
blob5f5ec1eed774bd5945a211bd464cbe894205033d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <style>
5 html { margin-top: 20px; margin-left: 20px; padding: 0px;}
6 body { padding: 0px; margin: 0px;}
7 </style>
8 </head>
9 <body>
10 <div style="height: 100px; width: 100px; background: red;"></div>
11 <div style="position: absolute; top: 20px; left: 20px; height: 100px; width: 100px; background: green;"></div>
12 </body>
13 </html>