layout/forms/crashtests/203041-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/forms/crashtests/203041-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<html>
     1.5 +
     1.6 +<head></head>
     1.7 +
     1.8 +<body>
     1.9 +<form method="post" action="#" enctype="multipart/form-data" name="content">
    1.10 +
    1.11 +	<div id="sshot" style="position:absolute; left:0; top:70; width:600;
    1.12 +visibility:visible">
    1.13 +	<input type="file" name="sshot-1"  size="20">
    1.14 +	</div>
    1.15 +
    1.16 +	<div id="comment" style="position:absolute; left:0; top:70; width:600;
    1.17 +visibility:hidden"></div>
    1.18 +
    1.19 +	<script language="JavaScript">
    1.20 +	<!--
    1.21 +    document.documentElement.offsetHeight;
    1.22 +		document.getElementById('sshot').style.display = 'none';
    1.23 +		document.getElementById('comment').style.display = 'none';
    1.24 +	// -->
    1.25 +	</script>
    1.26 +</form>
    1.27 +</body></html>
    1.28 \ No newline at end of file

mercurial