comparison: toolkit/components/places/tests/browser/399606-window.location.html
toolkit/components/places/tests/browser/399606-window.location.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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> |