summaryrefslogtreecommitdiff
path: root/test/js/location-putforwards.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/location-putforwards.html')
-rw-r--r--test/js/location-putforwards.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/js/location-putforwards.html b/test/js/location-putforwards.html
new file mode 100644
index 000000000..2b493d07b
--- /dev/null
+++ b/test/js/location-putforwards.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>location interface putforwards</title>
+<link rel="stylesheet" type="text/css" href="tst.css">
+</head>
+<body>
+<h1>location interface putforwards</h1>
+
+<script>
+location = "location-enumerate.html";
+</script>
+</body>
+</html>