Initial check-in
[dygraphs.git] / plotkit_v091 / tests / prototype_compat.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: SweetCanvasRenderer Test</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" type="text/css" />
9 <script src="http://al.tse.id.au/gallery/lightbox/js/prototype.js" type="text/javascript"></script>
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/Base.js" type="text/javascript"></script>
13 <script src="/js/plotkit-svn/Layout.js" type="text/javascript"></script>
14 <script src="/js/plotkit-svn/Canvas.js" type="text/javascript"></script>
15 <script src="/js/plotkit-svn/SweetCanvas.js" type="text/javascript"></script>
16 <script src="/js/plotkit-tests/sweet.js" type="text/javascript"></script>
17 </head>
18
19 <body>
20 <div id="body">
21 <h2>Sweet Canvas Renderer Tests</h2>
22
23 <div id="tests">
24 </div>
25
26 <div class="footer"><a href="http://www.liquidx.net/plotkit/">PlotKit</a></div>
27 </div>
28 </body></html>