layout/reftests/bugs/380004-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

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 = "300px";
     8         document.documentElement.className = "";
     9       }, 0);
    10     }
    11   </script>
    13   <iframe id="myFrame" 
    14           style="height: 100px"
    15           src="380004-iframe.html"/>
    16  </body>
    17 </html>

mercurial