summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-01-23 10:28:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-01-23 10:32:26 +0000
commit4b0ebae56a402b27a2c2cd3e7d065b733f0004bc (patch)
treea4d72e6cbf14a7862cbb47ef0d7cd9624758d2d5 /test/js/index.html
parent5b422a3ec9b8ceaa9107374f1be3439f23baf0df (diff)
downloadnetsurf-4b0ebae56a402b27a2c2cd3e7d065b733f0004bc.tar.gz
netsurf-4b0ebae56a402b27a2c2cd3e7d065b733f0004bc.tar.bz2
Add a couple of general JS tests.
The primes one prints its execution time: NetSurf without -v: 1300ish with -v: 5000ish Firefox 38.5.0: 300ish
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 f5420ed3c..79f5bbca3 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -6,6 +6,12 @@
<body>
<h1>JavaScript Tests</h1>
+<h2>General</h2>
+<ul>
+<li><a href="js-fractal.html">Fractal</a></li>
+<li><a href="js-primes.html">Primes</a></li>
+</ul>
+
<h2>Core</h2>
<ul>
<li><a href="core.recursion.html">Infinite Recursion</a></li>