tests/test-hgweb-empty.t
changeset 19783 1c2a309bba4f
parent 19781 74564c90026b
child 19795 ac08ff370977
--- a/tests/test-hgweb-empty.t	Fri Sep 20 00:42:13 2013 +0400
+++ b/tests/test-hgweb-empty.t	Sun Sep 22 14:19:57 2013 +0400
@@ -359,6 +359,17 @@
   | rev -1: 
   </div>
   
+  <script type="text/javascript">
+      ajaxScrollInit(
+              '/graph/-1?revcount=%next%',
+              60+60,
+              function (htmlText, previousVal) { return previousVal + 60; },
+              '#wrapper',
+              '<div class="%class%" style="text-align: center;">%text%</div>',
+              'graph'
+      );
+  </script>
+  
   </div>
   </div>