summaryrefslogtreecommitdiff
path: root/test/js/location-replace.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-20 10:35:32 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-20 10:35:32 +0100
commit46945f636221ccf0751f3f0e2e78c6e6d33cab7f (patch)
tree2b91ad943b29f66a4e08822f93dddefd55641421 /test/js/location-replace.html
parent63dba3a0618a2116ec395937b04f65740fe529f3 (diff)
downloadnetsurf-46945f636221ccf0751f3f0e2e78c6e6d33cab7f.tar.gz
netsurf-46945f636221ccf0751f3f0e2e78c6e6d33cab7f.tar.bz2
Improve location implementation to be more complete
Diffstat (limited to 'test/js/location-replace.html')
-rw-r--r--test/js/location-replace.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/js/location-replace.html b/test/js/location-replace.html
new file mode 100644
index 000000000..047cfd467
--- /dev/null
+++ b/test/js/location-replace.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>location interface replace</title>
+<link rel="stylesheet" type="text/css" href="tst.css">
+</head>
+<body>
+<h1>location interface replace</h1>
+
+<script>
+location.replace("location-enumerate.html");
+</script>
+</body>
+</html>