summaryrefslogtreecommitdiff
path: root/test/js
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-05 23:09:07 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-05 23:09:07 +0100
commitb7eb35ef24a1b7ea9484bb1d67e7b198abbc117b (patch)
tree9332abe19135b6d4fed0e4fee8712880c1c5e9c2 /test/js
parenta46d9057d87d9850afb726e01f12ff9d819ba9fb (diff)
downloadnetsurf-b7eb35ef24a1b7ea9484bb1d67e7b198abbc117b.tar.gz
netsurf-b7eb35ef24a1b7ea9484bb1d67e7b198abbc117b.tar.bz2
putforwards test on location
Diffstat (limited to 'test/js')
-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>