gecko/layout/reftests/bugs/412352-1.html

15 lines
227 B
HTML
Raw Normal View History

2008-04-22 22:00:19 -07:00
<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>