From 7f7ff937453dc70144d1b6226fb7b34368ab271d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 May 2013 17:31:31 +0100 Subject: add recusion and infinite loop tests --- test/js/core.infinite.html | 23 +++++++++++++++++++++++ test/js/core.recursion.html | 21 +++++++++++++++++++++ test/js/index.html | 6 ++++++ 3 files changed, 50 insertions(+) create mode 100644 test/js/core.infinite.html create mode 100644 test/js/core.recursion.html (limited to 'test') diff --git a/test/js/core.infinite.html b/test/js/core.infinite.html new file mode 100644 index 000000000..7e6b8de7a --- /dev/null +++ b/test/js/core.infinite.html @@ -0,0 +1,23 @@ + + +Infinite loop + + + +

Infinite loop

+

Before

+ + +

Afterwards

+ + diff --git a/test/js/core.recursion.html b/test/js/core.recursion.html new file mode 100644 index 000000000..6c2206b22 --- /dev/null +++ b/test/js/core.recursion.html @@ -0,0 +1,21 @@ + + +Infinite recursion + + + +

Infinite recursion

+

Before

+ + +

Afterwards

+ + diff --git a/test/js/index.html b/test/js/index.html index bb2918cac..56482ec98 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -6,6 +6,12 @@

JavaScript Tests

+

Core

+ +

Window