summaryrefslogtreecommitdiffstats
path: root/editor/reftests/642800.html
blob: f2af5892314543822d5ad04c6c87a3e375a21d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>