386554-1.html 244 B

123456789101112131415
  1. <html>
  2. <head></head>
  3. <body>
  4. <div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>
  5. <script>
  6. document.body.offsetHeight;
  7. document.getElementById("input").style.position = "absolute";
  8. </script>
  9. </body>
  10. </html>