chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/resources/navigation-target.html

<!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>