summaryrefslogtreecommitdiff
path: root/jstests/aggregation/extras/debug.html
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
commit83957b73f9177f6e38bd5375bd93ca1f6a47188c (patch)
treef20b7d6ac9a9c64ff5bb6b5910a24abbb356b1d5 /jstests/aggregation/extras/debug.html
parent5071d203970edd4c995493d810abe20987e76fe9 (diff)
Imported Upstream version 2.2.0upstream/2.2.0
Diffstat (limited to 'jstests/aggregation/extras/debug.html')
-rw-r--r--jstests/aggregation/extras/debug.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/jstests/aggregation/extras/debug.html b/jstests/aggregation/extras/debug.html
new file mode 100644
index 00000000000..a57d82b4e37
--- /dev/null
+++ b/jstests/aggregation/extras/debug.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+ <title>JavaScript Debugger Page</title>
+</head>
+
+<body>
+ <script language="javascript" type="text/javascript" src="utils.js"></script>
+ <script language="javascript" type="text/javascript" src="debug.js"></script>
+<h1>JavaScript Debugger page</h1>
+
+
+<form>
+ <input type="button" value="invoke"
+ onClick="resultsEq(t1result, t1result, true);" />
+</form>
+
+</body>
+</html>