https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e0b978663d6e5cd2ad31f03385a467b02b524a48 authored by B2G Bumper Bot on 07 August 2015, 06:35:44 UTC
Bumping manifests a=b2g-bump
Tip revision: e0b9786
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