summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/redirectHistory/redir-3.html
blob: a525851a5ac448e44606cf3fc5479d1cd7e9e69e (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Redirect 3</title>
<script>
window.setTimeout("window.history.back()", 1000);
</script>
</head>
<body>
<p>Going back...</p>
</body>
</html>