--- a/tests.js Wed Oct 26 12:27:03 2011 -0600
+++ b/tests.js Wed Oct 26 12:31:03 2011 -0600
@@ -30,7 +30,7 @@
var toolbarDiv = document.createElement("div");
toolbarDiv.id = "toolbar";
// Note: this is completely not a hack at all.
- toolbarDiv.innerHTML = "<style id=alerts>/* body > div > table > tbody > tr:not(.alert):not(:first-child):not(.active) { display: none } */</style>"
+ toolbarDiv.innerHTML = "<style id=alerts>body > div > table > tbody > tr:not(.alert):not(:first-child):not(.active) { display: none }</style>"
+ "<label><input id=alert-checkbox type=checkbox accesskey=a checked onclick='updateAlertRowStyle()'> Display rows without spec <u>a</u>lerts</label>"
+ "<label><input id=browser-checkbox type=checkbox accesskey=b checked onclick='localStorage[\"display-browser-tests\"] = event.target.checked'> Run <u>b</u>rowser tests as well as spec tests</label>";