summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/browser/399606-history.go-0.html
blob: 039708ed71cab474b3d575002201ca66c959a6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>history.go(0)</title>
<script>
setTimeout('history.go(0)', 1000);
</script>
</head>
<body>
Testing history.go(0)
</body>
</html>