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

17 lines
311 B
HTML

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