summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
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>