comparison: toolkit/components/places/tests/browser/399606-location.replace.html
toolkit/components/places/tests/browser/399606-location.replace.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <title>location.replace</title> |
|
4 <script> |
|
5 setTimeout('location.replace(window.location.href)', 1000); |
|
6 </script> |
|
7 </head> |
|
8 <body> |
|
9 Testing location.replace |
|
10 </body> |
|
11 </html> |