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/index.html | 6 +++++ test/js/js-fractal.html | 41 ++++++++++++++++++++++++++++++ test/js/js-primes.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+) create mode 100644 test/js/js-fractal.html create mode 100644 test/js/js-primes.html (limited to 'test') 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 @@

JavaScript Tests

+

General

+ +

Core