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

15 lines
255 B
HTML

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