Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Testcase for bug 665597</title>
5 <style type="text/css">
7 .o { width:100px; height:100px; padding:100px; background:green; }
8 .i { width:100px; height:200px; background:yellow; }
10 </style>
11 </head>
12 <body>
13 <div class="o" style="overflow:auto">
14 <div class="i"></div>
15 </div>
16 </body>
17 </html>