Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <div style="overflow:auto; width:300px; height:300px; background:green;">
5 <div style="height:100px; margin-top:100px;">
6 <div style="height:200px; margin-left:100px; width:100px; margin-bottom:100px; margin-right:100px; background:yellow;"></div>
7 </div>
8 </div>
9 </body>
10 </html>