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-primes.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 test/js/js-primes.html (limited to 'test/js/js-primes.html') diff --git a/test/js/js-primes.html b/test/js/js-primes.html new file mode 100644 index 000000000..876694a4c --- /dev/null +++ b/test/js/js-primes.html @@ -0,0 +1,66 @@ + + + +How many bit-reversed primes are prime? + + +
+
+
+ + -- cgit v1.2.3