mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
255 B
HTML
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>
|