aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/URI.js/test/index.html
blob: 4efc3393fa88e195cc7fd7c2bc29fbe2bf693ce1 (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
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <title>URI Test Suite</title>
    <link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen">
    <link rel="stylesheet" href="qunit/qunit-composite.css" type="text/css" media="screen">
    <script type="text/javascript" src="qunit/qunit.js"></script>
    <script type="text/javascript" src="qunit/qunit-composite.js"></script>
    <script>
        QUnit.testSuites([
            "test.URI.html",
            "test.jQuery-1.10.html",
            "test.jQuery-1.9.html",
            "test.jQuery-1.8.html",
            "test.jQuery-1.7.html",
            "test.fragmentQuery.html",
            "test.fragmentURI.html"
        ]);
    </script>
</head>
<body>
    <div id="qunit"></div>
    <div id="qunit-fixture"></div>
</body>
</html>