From 4b0ebae56a402b27a2c2cd3e7d065b733f0004bc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 23 Jan 2016 10:28:10 +0000 Subject: 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 --- test/js/js-fractal.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test/js/js-fractal.html (limited to 'test/js/js-fractal.html') diff --git a/test/js/js-fractal.html b/test/js/js-fractal.html new file mode 100644 index 000000000..d9947e326 --- /dev/null +++ b/test/js/js-fractal.html @@ -0,0 +1,41 @@ + + + +JavaScript mandelbrot set + + + +

JavaScript generated mandelbrot set

+ + + + -- cgit v1.2.3