aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.html
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-26 09:07:02 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-26 09:07:02 +0800
commit0ae5305822b86e43c7921c53456a4042b4bc8af6 (patch)
treee929a191704b072653b7abf582d9b40a8d5248b7 /test/integration/index.html
parent950e7d3dcc318fd688040008575fe4b1fd6b7de2 (diff)
parent11dfb8e869d425204512b250b00ef71ed85a14cc (diff)
downloadtangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar.gz
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar.bz2
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar.lz
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar.xz
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.tar.zst
tangerine-wallet-browser-0ae5305822b86e43c7921c53456a4042b4bc8af6.zip
Merge branch 'master' into usd-conversion
Diffstat (limited to 'test/integration/index.html')
-rw-r--r--test/integration/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/integration/index.html b/test/integration/index.html
new file mode 100644
index 000000000..6de40b046
--- /dev/null
+++ b/test/integration/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>QUnit Example</title>
+ <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
+</head>
+<body>
+ <div id="qunit"></div>
+ <div id="qunit-fixture"></div>
+ <script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
+ <script src="./jquery-3.1.0.min.js"></script>
+ <script src="helpers.js"></script>
+ <script src="tests.js"></script>
+ <script src="/testem.js"></script>
+
+ <iframe src="/development/index.html" height="500px" width="360px">
+ <p>Your browser does not support iframes</p>
+ </iframe>
+</body>
+</html>