layout/forms/crashtests/203041-1.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:f100424434ec
1 <html>
2
3 <head></head>
4
5 <body>
6 <form method="post" action="#" enctype="multipart/form-data" name="content">
7
8 <div id="sshot" style="position:absolute; left:0; top:70; width:600;
9 visibility:visible">
10 <input type="file" name="sshot-1" size="20">
11 </div>
12
13 <div id="comment" style="position:absolute; left:0; top:70; width:600;
14 visibility:hidden"></div>
15
16 <script language="JavaScript">
17 <!--
18 document.documentElement.offsetHeight;
19 document.getElementById('sshot').style.display = 'none';
20 document.getElementById('comment').style.display = 'none';
21 // -->
22 </script>
23 </form>
24 </body></html>

mercurial