tenfourfox/layout/reftests/bugs/372632-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 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>