1 2 3 4 5 6 7 8 9 10 11 12
<!doctype html> <html> <head><title>Document</title></head> <body> <h1>Document</h1> <script> onload = function() { parent.startTest(); } </script> </body> </html>