gecko/layout/generic/crashtests/387058-2.html

18 lines
282 B
HTML
Raw Normal View History

2007-12-15 18:37:15 -08:00
<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: pre-wrap; letter-spacing: 1em;">
2007-12-15 18:37:15 -08:00
x
</div>
</body>
</html>