gecko-dev/layout/tables/crashtests/410426-1.html

17 lines
333 B
HTML
Raw Normal View History

2009-08-28 04:11:40 +00:00
<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>