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

16 lines
375 B
HTML

<html class="reftest-wait">
<script>
function boom() {
var ifr = document.getElementById("ifr");
ifr.style.display = "none";
// flush layout
document.documentElement.offsetLeft;
ifr.style.display = "block";
document.documentElement.removeAttribute("class");
}
</script>
<body onload="boom();">
<iframe id="ifr" src="816948-iframe.html">
</iframe>
</body>
</html>