Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/380004-1.html

18 lines
403 B
HTML

<html class="reftest-wait">
<body onload="HandleLoad()">
<script>
function HandleLoad() {
setTimeout(function() {
var myFrame = document.getElementById("myFrame");
myFrame.style.height = "300px";
document.documentElement.className = "";
}, 0);
}
</script>
<iframe id="myFrame"
style="height: 100px"
src="380004-iframe.html"/>
</body>
</html>