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

18 строки
282 B
HTML
Исходник Обычный вид История

2007-12-16 05:37:15 +03: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-16 05:37:15 +03:00
x
</div>
</body>
</html>