summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/browser/399606-window.location.href.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/places/tests/browser/399606-window.location.href.html')
-rw-r--r--toolkit/components/places/tests/browser/399606-window.location.href.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/components/places/tests/browser/399606-window.location.href.html b/toolkit/components/places/tests/browser/399606-window.location.href.html
new file mode 100644
index 000000000..61a2c8ba0
--- /dev/null
+++ b/toolkit/components/places/tests/browser/399606-window.location.href.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>window.location.href</title>
+<script>
+setTimeout('window.location.href = window.location.href', 1000);
+</script>
+</head>
+<body>
+Testing window.location.href
+</body>
+</html>