Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 412352-2.html
blob504012747aa06378dfde628c0dd9916fd1a966f9
1 <html>
2 <head></head>
4 <body>
6 <div style="position: absolute; outline: 1px solid magenta;"><input id="input" type="file"></div>
8 <script>
9 document.body.offsetHeight;
10 document.getElementById("input").style.position = "absolute";
11 </script>
13 </body>
14 </html>