gecko/layout/reftests/bugs/412352-1.html
jruderman@hmc.edu 2e7b3c3587 Add reftests
2008-04-22 22:00:19 -07:00

15 lines
227 B
HTML

<html>
<head></head>
<body>
<div style="position: absolute;"><input id="input" type="file"></div>
<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>
</body>
</html>