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 | 13 |
1 files changed, 13 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 0000000000..54eefab1c3 --- /dev/null +++ b/toolkit/components/places/tests/browser/399606-location.reload.html @@ -0,0 +1,13 @@ +<html> +<head> +<title>location.reload()</title> +<script> +setTimeout(function() { + location.reload(); +}, 100); +</script> +</head> +<body> +Testing location.reload(); +</body> +</html> |