summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-08-11 20:49:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-08-11 20:49:32 +0100
commit4b07aead3fc2dcaef12ff352ac3149cbdf27ce0b (patch)
treecd0ce284a4a97bf5129f878b14fdf0204f8bc935 /test/js/index.html
parent9354adacdb482fa2b4b0ac28902575caf705a6c8 (diff)
downloadnetsurf-4b07aead3fc2dcaef12ff352ac3149cbdf27ce0b.tar.gz
netsurf-4b07aead3fc2dcaef12ff352ac3149cbdf27ce0b.tar.bz2
Add Node::nodeType to 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 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>