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