layout/forms/test/bug536567_subframe.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7551250473d1
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input id="target" type="file" />
5 <script type="text/javascript">
6
7 window.onload = function() {
8 var fileInput = document.getElementById("target");
9 fileInput.click();
10 };
11
12 </script>
13 </body>
14 </html>

mercurial