| <html> | |
| <!-- | |
| This test checks to make sure that a prerendered page which creates a | |
| popup is cancelled. | |
| --> | |
| <head> | |
| <title>Prerender Popup</title> | |
| </head> | |
| <body> | |
| Creates a popup. | |
| <script type="text/javascript"> | |
| window.open("doc1.html"); | |
| </script> | |
| </body> | |
| </html> |