Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
4 <html lang="en">
5 <head>
6 <title>Testcase #1 for bug 98223</title>
8 <style type="text/css">
10 .outer { position:relative; padding-left:50px; height:100px; width:50px; border:thin solid;}
11 .inner { position:absolute; height:50px; width:50px; background-color:lime; }
13 </style>
16 </head>
18 <body>
20 <div style="position:absolute; width:200px">
21 <div class="outer">
22 <div class="inner"></div>
23 </div>
24 </div>
26 </body>
27 </html>