add HTML5 doctype to all tests
[dygraphs.git] / tests / negative.html
index 1a25d60..0b96e23 100644 (file)
@@ -1,10 +1,12 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>negatives</title>
     <!--[if IE]>
-    <script type="text/javascript" src="excanvas.js"></script>
+    <script type="text/javascript" src="../excanvas.js"></script>
     <![endif]-->
-    <script type="text/javascript" src="../dygraph-combined.js"></script>
+    <script type="text/javascript" src="../strftime/strftime-min.js"></script>
+    <script type="text/javascript" src="../rgbcolor/rgbcolor.js"></script>
     <script type="text/javascript" src="../dygraph-canvas.js"></script>
     <script type="text/javascript" src="../dygraph.js"></script>
   </head>