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

18 lines
282 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: pre-wrap; letter-spacing: 1em;">
x
</div>
</body>
</html>