jruderman%hmc.edu ce8789a3d0 Add crashtests
git-svn-id: svn://10.0.0.236/trunk@241422 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-16 02:37:15 +00:00

18 lines
287 B
HTML

<html>
<head>
<script>
function boom()
{
document.getElementById("div").style.letterSpacing = "";
}
</script>
</head>
<body onload="boom()" style="font-family: monospace; width: 3em;">
<div id="div" style="white-space: -moz-pre-wrap; letter-spacing: 1em;">
x
</div>
</body>
</html>