gecko/layout/base/crashtests/411870-1.html

19 lines
318 B
HTML
Raw Normal View History

2008-01-27 21:09:33 -08:00
<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
<head>
<script>
function boom()
{
document.body.appendChild(document.getElementById("v").firstChild);
}
</script>
</head>
<body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
</span>
</div></body>
</html>