summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ip_tests.html
blob: 76ba2a5900ea9aa52a4d125047fa97a3c70ef503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
    <title>IP addresses test suite</title>
    <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
    <script type="text/javascript" src="qunit.js"></script>
    <script type="text/javascript" src="../net.js"></script>
    <script type="text/javascript" src="ip_tests.js"></script>
</head>
<body>
    <h1 id="qunit-header">IP addresses 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>