| <html> | |
| <!-- | |
| This test checks to make sure an alert before onLoad causes | |
| prerendering to fail. | |
| --> | |
| <head> | |
| <title>Prerender alert before onload cancellation</title> | |
| <script language="javascript" type="text/javascript"> | |
| alert("Testing prerender"); | |
| </script> | |
| </head> | |
| <body></body> | |
| </html> |