summaryrefslogtreecommitdiff
path: root/codemirror_ui/lib/CodeMirror-2.3/test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'codemirror_ui/lib/CodeMirror-2.3/test/index.html')
-rw-r--r--codemirror_ui/lib/CodeMirror-2.3/test/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/codemirror_ui/lib/CodeMirror-2.3/test/index.html b/codemirror_ui/lib/CodeMirror-2.3/test/index.html
new file mode 100644
index 0000000..53471b1
--- /dev/null
+++ b/codemirror_ui/lib/CodeMirror-2.3/test/index.html
@@ -0,0 +1,28 @@
+<!doctype html>
+<html>
+ <head>
+ <title>CodeMirror: Test Suite</title>
+ <link rel="stylesheet" href="../lib/codemirror.css">
+ <script src="../lib/codemirror.js"></script>
+ <script src="../mode/javascript/javascript.js"></script>
+
+ <style type="text/css">
+ .ok {color: #0e0;}
+ .failure {color: #e00;}
+ .error {color: #c90;}
+ </style>
+ </head>
+ <body>
+ <h1>CodeMirror: Test Suite</h1>
+
+ <p>A limited set of programmatic sanity tests for CodeMirror.</p>
+
+ <pre id=output></pre>
+
+ <div style="visibility: hidden" id=testground>
+ <form><textarea id="code" name="code"></textarea><input type=submit value=ok name=submit></form>
+ </div>
+
+ <script src="test.js"></script>
+ </body>
+</html>