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