diff --git a/lib/test-driver/log2html.xsl b/lib/test-driver/log2html.xsl
index d41584f6b90e..0123fc537606 100644
--- a/lib/test-driver/log2html.xsl
+++ b/lib/test-driver/log2html.xsl
@@ -52,7 +52,12 @@
display: none;
-
+
+
+ +
+ -
+
+
@@ -66,7 +71,7 @@
- linelastline
+ linelastline
diff --git a/lib/test-driver/treebits.js b/lib/test-driver/treebits.js
index 271ec9e40314..9754093dfd07 100644
--- a/lib/test-driver/treebits.js
+++ b/lib/test-driver/treebits.js
@@ -1,15 +1,5 @@
$(document).ready(function() {
- /* Set the appearance of the toggle depending on whether the
- corresponding subtree is initially shown or hidden. */
- $(".logTreeToggle").map(function() {
- if ($(this).siblings("ul:hidden").length == 0) {
- $(this).text("-");
- } else {
- $(this).text("+");
- }
- });
-
/* When a toggle is clicked, show or hide the subtree. */
$(".logTreeToggle").click(function() {
if ($(this).siblings("ul:hidden").length != 0) {