aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.html
blob: 8a54cb829e4bb4025e8abfaf47be7076c63106af (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="500px" width="360px">
    <p>Your browser does not support iframes</p>
  </iframe>
</body>
</html>