Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 243519-3.html
blobfc11fefca34902d76b581dd57513bb26ebab41bc
1 <!DOCTYPE HTML>
2 <html class="reftest-print">
3 <head>
4 <style>
5 html { margin:10px; border:20px solid black; padding:30px; }
6 body { margin:0; }
7 div { position:absolute; width:100px; height:100px; }
8 </style>
9 </head>
10 <body>
11 <div style="top:0; border:10px solid yellow;"></div>
12 <div style="right:0; border:10px solid orange;"></div>
13 <div style="bottom:0; border:10px solid brown;"></div>
14 <div style="left:0; border:10px solid pink;"></div>
15 </body>
16 </html>