summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1461979-1.html
blob: 3250a922d19a36abb3768b83551a9a8dc3ec45d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <head>
       <script>
            function start () {
                try { o1 = document.createElementNS('http://www.w3.org/2000/svg', 'style') } catch (e) {}
                try { document.head.appendChild(o1) } catch (e) {}
                try { o1.sheet.insertRule('* { padding-top:calc(439804in) }', 0) } catch (e) {}
                try { o1.sheet.insertRule('* { position:absolute}', 0) } catch (e) {}
            }
            window.addEventListener('load', start)
        </script>
    </head>
</html>