Update documentation of the test.
[dygraphs.git] / tests / underlay-callback.html
index 762ed49..b58a13b 100644 (file)
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>Custom underlay callback</title>
     <!--[if IE]>
     <script type="text/javascript" src="../excanvas.js"></script>
@@ -11,7 +13,8 @@
     <script type="text/javascript" src="data.js"></script>
   </head>
   <body>
-    <p>Should draw a two-colored background, split horizontally at 2.25:</p>
+    <p>Should draw a three-colored background, split horizontally at y:2.25, and
+    again on the top at x:19Nov:</p>
     <div id="div_g" style="width:600px; height:300px;"></div>
 
     <div id="status" style="width:100%; height:200px;"></div>