summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-10-21 18:55:39 +0200
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-10-21 18:55:39 +0200
commitc752c85618a57f8c82dc2e939ba2bf735e6c8372 (patch)
treec4040c3838a22169043927577f0ae8cd3793708f /test/js/index.html
parent2f52338328e694e3ba1141424cbf3f413bcfbaf9 (diff)
downloadnetsurf-c752c85618a57f8c82dc2e939ba2bf735e6c8372.tar.gz
netsurf-c752c85618a57f8c82dc2e939ba2bf735e6c8372.tar.bz2
Correct some incorrect error case handling and add tests to demonstrate fix
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index 8602a8159..c12f32360 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -66,6 +66,7 @@
<h3>DOM node tests</h3>
<ul>
<li><a href="dom-node-nodetype.html">Node::nodeType support</a></li>
+<li><a href="dom-node-parentNode.html">Node::parentNode support</a></li>
</ul>
<h3>Document element specific</h3>