summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1633434.html
blob: 8a60b2072c87cdbf030a74ede15cec7dd006e9ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <script>
      document.addEventListener('DOMContentLoaded', () => {
        const svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
        svg.setAttribute('height', '6')
        svg.setAttribute('width', '1pc')
        document.documentElement.appendChild(svg)
        svg.style.setProperty('height', '5%', undefined)
        svg.width.baseVal.valueInSpecifiedUnits = 1.988164037240853e+38
      })
    </script>
</head>
</html>