jruderman%hmc.edu 22f664a0f3 Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@244899 18797224-902f-48f8-a5cc-f745e15eee43
2008-02-05 01:18:48 +00:00

20 lines
219 B
HTML

<html>
<head>
<script>
function boom()
{
var d = document.getElementById("d");
d.style.direction = "rtl";
}
</script>
</head>
<body onload="boom();">
<div id=d style="white-space: pre;">
e
</div>
</body>
</html>