gecko/content/events/crashtests/recursive-onload.html

1 line
243 B
HTML
Raw Normal View History

2009-08-08 15:17:03 -07:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <head> <title>Goodjet!</title> <script language="JavaScript"> function onload() { // nothing here } </script> </head> <body onload ="onload();"> Body text </body> </html>