tests/test-hgweb-empty.t
changeset 35529 5afe0ca59b07
parent 35415 56854848e485
child 35605 45a816361926
--- a/tests/test-hgweb-empty.t	Thu Jan 04 12:34:40 2018 +0100
+++ b/tests/test-hgweb-empty.t	Fri Jan 05 18:46:06 2018 +0800
@@ -294,21 +294,14 @@
   <noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript>
   
   <div id="wrapper">
-  <ul id="nodebgs" class="stripes2"></ul>
   <canvas id="graph"></canvas>
-  <ul id="graphnodes"></ul>
+  <ul id="graphnodes" class="stripes2"></ul>
   </div>
   
   <script type="text/javascript">
   var data = [];
   var graph = new Graph();
   graph.scale(39);
-  
-  graph.vertex = function(x, y, radius, color, parity, cur) {
-  	Graph.prototype.vertex.apply(this, arguments);
-  	return ['<li class="bg"></li>', ''];
-  }
-  
   graph.render(data);
   </script>