| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| onload = function() { | |
| setTimeout(function() { document.links[0].click() }, 0); | |
| }; | |
| </script> | |
| </head> | |
| <body> | |
| <p><a href="finish-test.html">Run Test</a> | |
| <p><iframe src="page-hide-document-open-frame.html"></iframe> | |
| </body> | |
| </html> |