public
Description: Digg User Interface Library (JavaScript)
Homepage:
Clone URL: git://github.com/digg/dui.git
dfltr (author)
Fri Aug 14 18:32:44 -0700 2009
commit  f7cd1a07b7689661a1ea061c15cf4fecf992e50a
tree    98d717ccf5ee0bfe3140177378ff980760af27f3
parent  bc0594d58a309c41dd7d78ed9bddc7ab4f1c34f7
dui / DUITests.html
100644 23 lines (16 sloc) 0.579 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
 
<head>
    <title>DUI NO DOY</title>
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://yui.yahooapis.com/3.0.0b1/build/yui/yui-min.js"></script>
    <script type="text/javascript" src="coverage/DUI.js"></script>
    <script type="text/javascript" src="DUITests.js"></script>
    
    <style type="text/css">
        .yui-console-entry-fail {
            background: #faa;
        }
    </style>
</head>
 
<body class="yui-skin-sam">
    
</body>
 
</html>