summaryrefslogtreecommitdiff
path: root/tests/showsimple.js
diff options
context:
space:
mode:
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);
+})();