summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/386554-1.html
blob: 585f1e5b54f0a8168e68d07b2d6476f30525942b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head></head>

<body>

<div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>

<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>

</body>
</html>