Revision f8c9d69b7f4d153bebd63ec52cb5399a404f82b7 authored by ffxbld on 26 June 2015, 18:24:57 UTC, committed by ffxbld on 26 June 2015, 18:24:57 UTC
1 parent 14d3695
Raw File
642800.html
<!DOCTYPE html>
<html class="reftest-wait">
<head>
    <script type="text/javascript">
        function reframe(node) {
            node.style.display = "none";
            document.body.offsetWidth;
            node.style.display = "block";
            document.documentElement.className='';
        }
    </script>
</head>
<body>
    <iframe onload="reframe(this)" src="642800-iframe.html" id="iframe" style="width: 500px; height: 200px"></iframe>

</body>
</html>

back to top