summaryrefslogtreecommitdiff
path: root/tests/showsimple.js
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-14 22:47:04 +0000
committerNick White <git@njw.me.uk>2010-11-14 22:47:04 +0000
commit3d29579a6cb3be321296c12e27dfbf90fc9e26f9 (patch)
tree15c9e095193955bab61f2264adee7a5ee69c8a37 /tests/showsimple.js
parent159527a972b0a929aeda3dcbd71c71f1367189de (diff)
Add tests
Diffstat (limited to 'tests/showsimple.js')
-rw-r--r--tests/showsimple.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/showsimple.js b/tests/showsimple.js
new file mode 100644
index 0000000..a994348
--- /dev/null
+++ b/tests/showsimple.js
@@ -0,0 +1,6 @@
+(function() {
+ stag = document.createElement("script");
+ document.body.appendChild(stag).src="../simplyread.js";
+ simplyread();
+ console.log(document.body.innerHTML);
+})();