summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-11 14:36:03 +0100
committerVincent Sanders <vince@kyllikki.org>2015-08-11 14:36:43 +0100
commite91255b4095ca2429c3ace40e2758ec56723dbc8 (patch)
treeb080a8a8da4d52c4e28c5a4227f0900389380734 /test/js/index.html
parentc1d5bbe7df78b77cb74e8c912ab802d54081d739 (diff)
downloadnetsurf-e91255b4095ca2429c3ace40e2758ec56723dbc8.tar.gz
netsurf-e91255b4095ca2429c3ace40e2758ec56723dbc8.tar.bz2
add simple javascript test calling operation with too few arguemnts
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 e3cecd682..f468f5849 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -65,6 +65,11 @@
</ul>
+<h2>Errors</h2>
+<ul>
+<li><a href="parameter-error.html">Missing parameters</a></li>
+</ul>
+
<h2>Assorted</h2>
<ul>
<li><a href="assorted-log-doc-write.html">console.log and document.write</a></li>