summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-05-22 17:31:31 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-05-22 19:12:26 +0100
commit7f7ff937453dc70144d1b6226fb7b34368ab271d (patch)
tree0f0c8580d99d4a30a26f1872c19c90ba3d9db487 /test/js/index.html
parentce0fe06349753b2ad1cfa7b0b1cfcaa77c4e47ab (diff)
downloadnetsurf-7f7ff937453dc70144d1b6226fb7b34368ab271d.tar.gz
netsurf-7f7ff937453dc70144d1b6226fb7b34368ab271d.tar.bz2
add recusion and infinite loop tests
Diffstat (limited to 'test/js/index.html')
-rw-r--r--test/js/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/js/index.html b/test/js/index.html
index bb2918cac..56482ec98 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -6,6 +6,12 @@
<body>
<h1>JavaScript Tests</h1>
+<h2>Core</h2>
+<ul>
+<li><a href="core.recursion.html">Infinite Recursion</a></li>
+<li><a href="core.infinite.html">Infinite loop</a></li>
+</ul>
+
<h2>Window</h2>
<ul>