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