1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/events/crashtests/recursive-onload.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,1 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1.5 <HTML> 1.6 <head> 1.7 <title>Goodjet!</title> 1.8 1.9 <script language="JavaScript"> 1.10 function onload() 1.11 { 1.12 // nothing here 1.13 } 1.14 1.15 </script> 1.16 </head> 1.17 <body onload ="onload();"> 1.18 Body text 1.19 </body> 1.20 </html> 1.21 \ No newline at end of file