summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 11:27:56 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 12:39:50 +0000
commit57fec3504f29753128204bbf03cc92767f501fd4 (patch)
tree54ebc7ea6decd3f842c7d6797522f8534c4c1d72 /test/js/index.html
parent8e9751d3b6cd555119ca195e6751c2675beb3b7d (diff)
downloadnetsurf-57fec3504f29753128204bbf03cc92767f501fd4.tar.gz
netsurf-57fec3504f29753128204bbf03cc92767f501fd4.tar.bz2
Add dom change event test
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 f282ca4c8..2abe954e5 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -90,6 +90,7 @@
<li><a href="event-onload.html">window.onload</a></li>
<li><a href="event-onloadfrombody.html">body.onload</a></li>
<li><a href="event-onclick.html">button.onclick</a></li>
+<li><a href="dom-change-event.html">DOMNodeInserted</a></li>
</ul>