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 @@
  • console.log and document.write
  • Example from wikipedia
  • Check instanceof behaviour
  • +
  • Canvas/ImageData Mandelbrot ploter
  • diff --git a/test/js/mandelbrot.html b/test/js/mandelbrot.html new file mode 100644 index 000000000..38f77eff5 --- /dev/null +++ b/test/js/mandelbrot.html @@ -0,0 +1,31 @@ + + + JS Mandelbrot + + + + + +
    + Use slow path.
    + Start +
    + +