toolkit/components/places/tests/browser/399606-window.location.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:38a08f9614b4
1 <html>
2 <head>
3 <title>window.location</title>
4 <script>
5 setTimeout('window.location = window.location', 1000);
6 </script>
7 </head>
8 <body>
9 Testing window.location
10 </body>
11 </html>

mercurial