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