aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.html
blob: 430814a8a4d85c079cebc29c12f6f5fe06b9ad63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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="bundle.js"></script>
  <script src="/testem.js"></script>

  <iframe src="/development/test.html" height="800px" width="500px">
    <p>Your browser does not support iframes</p>
  </iframe>
</body>
</html>