move custom_rhino out of plotkit
[dygraphs.git] / plotkit_v091 / tests / basic.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>PlotKit : Basic Unit Tests</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link href="/css/page.css" media="screen" rel="Stylesheet"
7 type="text/css" />
8 <link href="tests.css" media="screen" rel="Stylesheet"
9 type="text/css" />
10 <script src="/js/mochi/MochiKit.js" type="text/javascript"></script>
11 <script src="/js/plotkit-svn/excanvas.js" type="text/javascript"></script>
12 <script src="/js/plotkit-svn/PlotKit_Packed.js" type="text/javascript"></script>
13 <script src="/js/plotkit-tests/basic.js" type="text/javascript"></script>
14 </head>
15
16 <body>
17 <div id="body">
18 <h2>Basic Unit Tests for PlotKit</h2>
19
20 <div id="tests">
21 </div>
22
23 <div class="footer"><a href="http://www.liquidx.net/plotkit/">PlotKit</a></div>
24 </div>
25 </body></html>