Sign in
webkit
/
WebKit
/
09b934ecb06ae2590657a89c69715632d7c0c350
/
.
/
ManualTests
/
redirectHistory
/
redir-3.html
blob: a525851a5ac448e44606cf3fc5479d1cd7e9e69e [
file
] [
log
] [
blame
]
tomernic
39d2c91
2006-03-22 22:30:39 +0000
[
diff
] [
blame
]
1
<html>
2
<head>
3
<title>
Redirect 3
</title>
4
<script>
5
window
.
setTimeout
(
"window.history.back()"
,
1000
);
6
</script>
7
</head>
8
<body>
9
<p>
Going back...
</p>
10
</body>
11
</html>