summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/navigation-target.html
blob: f2dd590b11070eabb0cf0af753deb11885fda145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>