tenfourfox/layout/style/crashtests/621596-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
391 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.documentElement.style.MozColumnWidth = "1px";
document.documentElement.style.MozOutlineRadiusBottomleft = "100%";
document.documentElement.style.padding = "2251799813685249em";
window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft;
}
</script>
</head>
<body onload="boom();"></body>
</html>