Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.browser/test/index.html')
-rw-r--r--node_modules/jquery.browser/test/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/jquery.browser/test/index.html b/node_modules/jquery.browser/test/index.html
new file mode 100644
index 0000000000..6b6b228b47
--- /dev/null
+++ b/node_modules/jquery.browser/test/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+ <title>jQuery Browser plugin test</title>
+ <script type="text/javascript" src="src/jquery-1.10.2.min.js"></script>
+ <script type="text/javascript" src="src/jquery.browser.js"></script>
+</head>
+
+<body>
+ <h1>This page is left blank. Use casperjs to run tests.</h1>
+</body>
+</html>