summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/index.html
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
commitd85b56d5c967651e47e9723859b516c7d9c463ae (patch)
treed7507e6bc13be36b183e8fcfee432d3aee53eb00 /js/vendor/js-url/index.html
parent7986ea3afcc0c57ecad5a25a92a5bbee8db81d08 (diff)
prefill add feed if url parameter given
Diffstat (limited to 'js/vendor/js-url/index.html')
-rw-r--r--js/vendor/js-url/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/vendor/js-url/index.html b/js/vendor/js-url/index.html
new file mode 100644
index 000000000..35caee3f0
--- /dev/null
+++ b/js/vendor/js-url/index.html
@@ -0,0 +1,24 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>url test</title>
+
+ <link rel="stylesheet" href="lib/qunit/qunit.css" media="screen">
+ <script src="lib/jquery-1.10.1.min.js"></script>
+ <script src="lib/qunit/qunit.js"></script>
+ <script src="./url.js"></script>
+
+</head>
+<body>
+ <h1 id="qunit-header">Test Suite</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ <div id="qunit-fixture">
+ </div>
+
+ <script src="tests.js"></script>
+</body>
+</html> \ No newline at end of file