layout/forms/crashtests/386554-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:c9d2b1600ece
1 <html>
2 <head></head>
3
4 <body>
5
6 <div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>
7
8 <script>
9 document.body.offsetHeight;
10 document.getElementById("input").style.position = "absolute";
11 </script>
12
13 </body>
14 </html>

mercurial