Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html class="reftest-wait">
2 <body onload="HandleLoad()">
3 <script>
4 function HandleLoad() {
5 setTimeout(function() {
6 var myFrame = document.getElementById("myFrame");
7 myFrame.style.height = "200px";
8 document.documentElement.className = "";
9 }, 0);
10 }
11 </script>
13 <iframe id="myFrame"
14 style="height: 300px"
15 src="402629-3-iframe.html"/>
16 </body>
17 </html>