| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>An navigation target, nothing more.</title> | |
| </head> | |
| <body> | |
| <p>If this text shows up, you've successfully navigated to 'navigation-target.html'.</p> | |
| </body> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.notifyDone(); | |
| </script> | |
| </html> |