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