summaryrefslogtreecommitdiff
path: root/test/js/index.html
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-22 19:53:20 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-22 19:53:23 +0100
commit1223cf078648d9a7f38913cf002398e9aff5ddfe (patch)
tree4fd027041e49450242a724a48e14710b3b623fd7 /test/js/index.html
parentdaed553a06716328366f5ea1a2ba09ba4872de1d (diff)
downloadnetsurf-1223cf078648d9a7f38913cf002398e9aff5ddfe.tar.gz
netsurf-1223cf078648d9a7f38913cf002398e9aff5ddfe.tar.bz2
test/js: Include mandelbrot example
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 2abe954e5..f9228720e 100644
--- a/test/js/index.html
+++ b/test/js/index.html
@@ -104,6 +104,7 @@
<li><a href="assorted-log-doc-write.html">console.log and document.write</a></li>
<li><a href="wikipedia-lcm.html">Example from wikipedia</a></li>
<li><a href="verify-instanceofness.html">Check instanceof behaviour</a></li>
+<li><a href="mandelbrot.html">Canvas/ImageData Mandelbrot ploter</a></li>
</ul>
</body>