summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-05 15:46:22 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-05 15:46:22 +0100
commitfbc3f36fb5a72c2cc399d5e83291ffabc299017e (patch)
tree3fc9807e1a07b5a46ede9fb6af7d1b5002619583 /test/js/index.html
parent9ebdc7dd7abb7537f9e47a5dd8dab8585696da0b (diff)
downloadnetsurf-fbc3f36fb5a72c2cc399d5e83291ffabc299017e.tar.gz
netsurf-fbc3f36fb5a72c2cc399d5e83291ffabc299017e.tar.bz2
initial js navigator binding
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index 38a59a6be..8602a8159 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -35,6 +35,12 @@
<li><a href="location-assign.html">assign</a> should navigate to enumeration with page in history</li>
<li><a href="location-replace.html">replace</a> should navigate to enumeration without page in history.</li>
<li><a href="location-href.html">href</a> should navigate to enumeration with page in history</li>
+<li><a href="location-putforwards.html">href</a> should navigate to enumeration using putforwards on location</li>
+</ul>
+
+<h2>Navigator</h2>
+<ul>
+<li><a href="navigator-enumerate.html">Enumerate members</a></li>
</ul>