Clarification of the point/points parameters.
[dygraphs.git] / auto_tests / misc / local.html
CommitLineData
7165f97b 1<!-- A local source file that allows dygraph developers to test locally. -->
644eff8b
RK
2<html>
3<head>
7165f97b
RK
4 <!-- Standard Dygraph scripts -->
5 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
6 <!--[if IE]>
7 <script type="text/javascript" src="../../excanvas.js"></script>
8 <![endif]-->
8d3d15af 9 <script type="text/javascript" src="../../dygraph-dev.js"></script>
7165f97b
RK
10
11 <!-- Scripts for automated tests -->
12 <script type="text/javascript" src="../lib/jquery-1.4.2.js"></script>
13 <script type="text/javascript" src="../lib/Asserts.js"></script>
14 <script type="text/javascript" src="fake-jstestdriver.js"></script>
72a74f04 15 <script type="text/javascript" src="../tests/MoreAsserts.js"></script>
7165f97b
RK
16 <script type="text/javascript" src="../tests/Proxy.js"></script>
17 <script type="text/javascript" src="../tests/CanvasAssertions.js"></script>
72a74f04 18 <script type="text/javascript" src="../tests/DygraphOps.js"></script>
7165f97b
RK
19 <script type="text/javascript" src="../tests/sanity.js"></script>
20 <script type="text/javascript" src="../tests/simple_drawing.js"></script>
72a74f04 21 <script type="text/javascript" src="../tests/range_tests.js"></script>
f3cbe61e
DV
22 <script type="text/javascript" src="../tests/axis_labels.js"></script>
23 <script type="text/javascript" src="../tests/multi_csv.js"></script>
063e83ba 24 <script type="text/javascript" src="../tests/to_dom_coords.js"></script>
9c831431 25 <script type="text/javascript" src="../tests/interaction_model.js"></script>
644eff8b
RK
26</head>
27<body>
28 <div id='graph'></div>
29 This file is really nothing more than all the tests coalesced into a single
30 HTML file. To run a test, open a Javascript console and execute, for
31 instance,<br>
32 <code>tc = new SimpleDrawingTestCase() ;<br>
33 tc.runTest("testDrawSimpleRangePlusOne")</code>
34</body>
35</html>