summaryrefslogtreecommitdiff
path: root/test/js/index.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/index.html
parent63dba3a0618a2116ec395937b04f65740fe529f3 (diff)
downloadnetsurf-46945f636221ccf0751f3f0e2e78c6e6d33cab7f.tar.gz
netsurf-46945f636221ccf0751f3f0e2e78c6e6d33cab7f.tar.bz2
Improve location implementation to be more complete
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/test/js/index.html b/test/js/index.html
index 06e006ac5..38a59a6be 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -12,14 +12,6 @@
<li><a href="core.infinite.html">Infinite loop</a></li>
</ul>
-
-<h2>Window</h2>
-<ul>
-<li><a href="window.lately.html">location</a></li>
-<li><a href="window-enumerate.html">enumerate</a></li>
-</ul>
-
-
<h2>Document write</h2>
<ul>
<li><a href="inline-doc-write-simple.html">Simple document write</a></li>
@@ -31,6 +23,20 @@
<li><a href="inline-innerhtml.html">Inline script innerHtml test</a></li>
</ul>
+<h2>Window</h2>
+<ul>
+<li><a href="window.lately.html">lately</a></li>
+<li><a href="window-enumerate.html">enumerate</a></li>
+</ul>
+
+<h2>Location</h2>
+<ul>
+<li><a href="location-enumerate.html">Enumerate members</a></li>
+<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>
+</ul>
+
<h2>DOM tests</h2>