summaryrefslogtreecommitdiff
path: root/jstests/aggregation/extras/debug.html
diff options
context:
space:
mode:
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>