layout/reftests/bugs/380227-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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="380227-iframe.html"/>
    16  </body>
    17 </html>

mercurial