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

17 lines
333 B
HTML

<html>
<head>
<script>
function boom()
{
document.body.appendChild(document.createTextNode("a"));
document.body.appendChild(document.createTextNode("b"));
document.body.appendChild(document.createTextNode("c"));
}
</script>
</head>
<body onload="boom();" style="display: table-row; text-indent: 17895702px;"></body>
</html>