Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/372632-1.html

18 lines
226 B
HTML

<html>
<head>
</head>
<body>
<h3 id="h3"></h3>
<div>Div</div>
<script>
document.documentElement.offsetHeight;
n = document.getElementById("h3");
n.appendChild(document.createTextNode("Header"));
</script>
</body>
</html>