diff options
Diffstat (limited to 'toolkit/components/places/tests/browser/399606-location.reload.html')
-rw-r--r-- | toolkit/components/places/tests/browser/399606-location.reload.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/components/places/tests/browser/399606-location.reload.html b/toolkit/components/places/tests/browser/399606-location.reload.html new file mode 100644 index 000000000..0f46538cd --- /dev/null +++ b/toolkit/components/places/tests/browser/399606-location.reload.html @@ -0,0 +1,11 @@ +<html> +<head> +<title>location.reload()</title> +<script> +setTimeout('location.reload();', 100); +</script> +</head> +<body> +Testing location.reload(); +</body> +</html> |