tenfourfox/toolkit/components/places/tests/browser/399606-location.replace.html

12 lines
181 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>location.replace</title>
<script>
setTimeout('location.replace(window.location.href)', 1000);
</script>
</head>
<body>
Testing location.replace
</body>
</html>