Blob Blame History Raw
<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>