summaryrefslogtreecommitdiff
path: root/test.html
blob: e8508f69d795d996e7cb2960b820ac4f790d2270 (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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Jarmon Unit Test Runner</title>
        <link rel="stylesheet" type="text/css"
              href="http://developer.yahoo.com/yui/3/assets/yui.css"/>
        <link rel="stylesheet" type="text/css"
              href="http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css"/>
        <style type='text/css'>
        .chart {
            width: 500px;
            height: 100px;
        }
        </style>
        <script src="http://yui.yahooapis.com/3.1.1/build/yui/yui-min.js"></script>
        <script src="docs/examples/assets/js/dependencies.js"></script>
        <script src="jarmon/jarmon.js"></script>
        <script src="jarmon/jarmon.test.js"></script>
    </head>
    <body class="yui3-skin-sam  yui-skin-sam">
        <div id="log"></div>
    </body>
</html>