summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ipa_tests.html
blob: 00f3e2c94b041f030175a826b597928cef36f4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
    <title>Core Test Suite</title>
    <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
    <link rel="stylesheet" type="text/css" href="../jquery-ui.css" />

    <script type="text/javascript" src="qunit.js"></script>
    <script type="text/javascript" src="../jquery.js"></script>
    <script type="text/javascript" src="../jquery.ba-bbq.js"></script>
    <script type="text/javascript" src="../jquery-ui.js"></script>
    <script type="text/javascript" src="../jquery.ordered-map.js"></script>
    <script type="text/javascript" src="../ipa.js"></script>
    <script type="text/javascript" src="../widget.js"></script>
    <script type="text/javascript" src="../details.js"></script>
    <script type="text/javascript" src="../dialog.js"></script>
    <script type="text/javascript" src="ipa_tests.js"></script>
</head>
<body>
    <h1 id="qunit-header">Core 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>
</body>
</html>