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

15 lines
227 B
HTML
Raw Normal View History

2008-04-23 05:00:19 +00: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>