Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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");
8 }
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>