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.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index f468f5849..06e006ac5 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -51,6 +51,11 @@
<li><a href="dom-document-enumerate.html">Document interface</a></li>
</ul>
+<h3>DOM node tests</h3>
+<ul>
+<li><a href="dom-node-nodetype.html">Node::nodeType support</a></li>
+</ul>
+
<h3>Document element specific</h3>
<ul>
<li><a href="dom-doc-cookie.html">Cookie dispaly (only from server)</a></li>