summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-11-16 21:52:27 +0000
committerVincent Sanders <vince@kyllikki.org>2012-11-16 21:52:27 +0000
commit82cae102843de3f9d638648556592cf9d09c9638 (patch)
treedd1d9eed1ad712d3586a9e6a6c6f0f00f91523c9 /test/js/index.html
parente36b8f657997ffca3d1cc1fe1a7130854d247262 (diff)
downloadnetsurf-82cae102843de3f9d638648556592cf9d09c9638.tar.gz
netsurf-82cae102843de3f9d638648556592cf9d09c9638.tar.bz2
more enumeration tests and update test index
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index e94e8e8bb..f02c4df32 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -29,6 +29,11 @@
<li><a href="dom-getElementsByTagName.html">getElementsByTagName</a></li>
</ul>
+<h3>Enumeration tests</h3>
+<ul>
+<li><a href="dom-node-enumerate.html">Node element interface</a></li>
+<li><a href="dom-body-enumerate.html">Body element interface</a></li>
+</ul>
<h3>Document element specific</h3>
<ul>
<li><a href="dom-doc-cookie.html">Cookie dispaly (only from server)</a></li>