jruderman%hmc.edu ce116a5729 Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241473 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-16 22:00:37 +00:00

17 lines
236 B
HTML

<html>
<head>
<script>
function boom()
{
document.body.insertBefore(document.createTextNode("y"), document.body.firstChild);
}
</script>
</head>
<body style="white-space: pre; direction: rtl;" onload="boom();">
e
0
</body>
</html>