Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 539226-1.html
blob41dc0ef7b2daf07d7c55e0def4b7874336c254dd
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 function doTest() {
6 document.getElementById("inner").style.height = "0";
7 document.documentElement.removeAttribute("class");
9 window.addEventListener("MozReftestInvalidate", doTest, false);
10 </script>
11 </head>
12 <body>
13 <div style="overflow:auto; width:100px; height:100px;">
14 <div id="inner" style="height:200px;"></div>
15 </div>
16 </body>
17 </html>