| <head> | |
| <base target="_blank"> | |
| <script> | |
| function runTest() | |
| { | |
| location.href="notify-done-with-window-count.html"; | |
| } | |
| </script> | |
| </head> | |
| <body onload="runTest();"> | |
| This page sets location to another page.<br> | |
| It should open in this frame and not a new window.<br> | |
| </body> |