1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/events/crashtests/104310-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<HTML> 1.5 1.6 + 1.7 1.8 +<HEAD> 1.9 1.10 1.11 1.12 +</HEAD> 1.13 1.14 + 1.15 1.16 +<BODY onload=document.input.name.focus()> 1.17 1.18 + 1.19 1.20 1.21 + 1.22 1.23 +<form method="post" action="index.cfm" name="input"> 1.24 1.25 +<CENTER><TABLE BORDER=0> 1.26 1.27 +<TD><INPUT TYPE="text" NAME="name" onClick="this.focus()" onFocus="this.select()" onSelect="this.select()"></TD> 1.28 1.29 + 1.30 1.31 +</TABLE></CENTER> 1.32 1.33 +<HR> 1.34 1.35 1.36 + 1.37 1.38 +</FORM> 1.39 1.40 + 1.41 1.42 +</BODY> 1.43 1.44 + 1.45 1.46 +</HTML> 1.47 1.48 + 1.49 1.50 + 1.51