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, 0 insertions, 11 deletions
diff --git a/toolkit/components/places/tests/browser/399606-location.reload.html b/toolkit/components/places/tests/browser/399606-location.reload.html deleted file mode 100644 index 0f46538cd..000000000 --- a/toolkit/components/places/tests/browser/399606-location.reload.html +++ /dev/null @@ -1,11 +0,0 @@ -<html> -<head> -<title>location.reload()</title> -<script> -setTimeout('location.reload();', 100); -</script> -</head> -<body> -Testing location.reload(); -</body> -</html> |