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