Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 665597-2.html
blobbf35c081760f956d002e3bd7439f128923966383
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>