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