Files
UXP-Fixed/layout/generic/crashtests/613629-1.xhtml
T
2018-02-02 04:16:08 -05:00

14 lines
321 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
document.documentElement.offsetHeight;
document.documentElement.style.height = "656409px";
}
</script>
</head>
<body onload="boom();"><svg xmlns="http://www.w3.org/2000/svg" style="float: left; padding: 42493240px;"></svg></body>
</html>