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

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

2011-03-30 10:39:11 +04:00
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.documentElement.offsetHeight;
document.getElementById("f").appendChild(document.createTextNode("\u00AD"));
document.documentElement.offsetHeight;
}
</script>
</head>
<body onload="boom();"><fieldset id="f"> </fieldset></body>
</html>