summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVince Salvino <salvino@coderedcorp.com>2020-06-24 19:39:44 -0400
committerVince Salvino <salvino@coderedcorp.com>2020-06-24 19:51:04 -0400
commitbcd571b369d3c7f57bac644136a0c2fbe7f1d78c (patch)
treee262c1e6e691914a4b755394f83b95dcc6c2f8b8
parentbcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 (diff)
downloadpython-coveragepy-git-bcd571b369d3c7f57bac644136a0c2fbe7f1d78c.tar.gz
Fix tests
-rw-r--r--coverage/htmlfiles/pyfile.html2
-rw-r--r--tests/gold/html/a/a_py.html6
-rw-r--r--tests/gold/html/b_branch/b_py.html8
-rw-r--r--tests/gold/html/bom/2/bom_py.html6
-rw-r--r--tests/gold/html/bom/bom_py.html6
-rw-r--r--tests/gold/html/isolatin1/isolatin1_py.html6
-rw-r--r--tests/gold/html/omit_1/m1_py.html6
-rw-r--r--tests/gold/html/omit_1/m2_py.html6
-rw-r--r--tests/gold/html/omit_1/m3_py.html6
-rw-r--r--tests/gold/html/omit_1/main_py.html6
-rw-r--r--tests/gold/html/omit_2/m2_py.html6
-rw-r--r--tests/gold/html/omit_2/m3_py.html6
-rw-r--r--tests/gold/html/omit_2/main_py.html6
-rw-r--r--tests/gold/html/omit_3/m3_py.html6
-rw-r--r--tests/gold/html/omit_3/main_py.html6
-rw-r--r--tests/gold/html/omit_4/m1_py.html6
-rw-r--r--tests/gold/html/omit_4/m3_py.html6
-rw-r--r--tests/gold/html/omit_4/main_py.html6
-rw-r--r--tests/gold/html/omit_5/m1_py.html6
-rw-r--r--tests/gold/html/omit_5/main_py.html6
-rw-r--r--tests/gold/html/other/blah_blah_other_py.html6
-rw-r--r--tests/gold/html/other/here_py.html6
-rw-r--r--tests/gold/html/partial/partial_py.html8
-rw-r--r--tests/gold/html/styled/a_py.html6
-rw-r--r--tests/gold/html/unicode/unicode_py.html6
25 files changed, 75 insertions, 75 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index 519279cc..ec0f416f 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -38,7 +38,7 @@
<button type="button" class="{{category.exc}} shortkey_x button_toggle_exc" title="Toggle lines excluded">{{nums.n_excluded}} excluded</button>
{% if has_arcs %}
- <button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button>
+ <button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button>
{% endif %}
</h2>
</div>
diff --git a/tests/gold/html/a/a_py.html b/tests/gold/html/a/a_py.html
index 2ce52414..d534c6a3 100644
--- a/tests/gold/html/a/a_py.html
+++ b/tests/gold/html/a/a_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
3 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">1 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">1 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/b_branch/b_py.html b/tests/gold/html/b_branch/b_py.html
index ce8bb875..67a1b83b 100644
--- a/tests/gold/html/b_branch/b_py.html
+++ b/tests/gold/html/b_branch/b_py.html
@@ -22,10 +22,10 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
17 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">14 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">3 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
- <span class="par run show_par shortkey_p button_toggle_par">4 partial</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">14 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">3 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
+ <button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">4 partial</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/bom/2/bom_py.html b/tests/gold/html/bom/2/bom_py.html
index 3d1c98fb..74f4f2fe 100644
--- a/tests/gold/html/bom/2/bom_py.html
+++ b/tests/gold/html/bom/2/bom_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">5 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">2 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">5 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">2 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/bom/bom_py.html b/tests/gold/html/bom/bom_py.html
index 635f8b51..10b84ede 100644
--- a/tests/gold/html/bom/bom_py.html
+++ b/tests/gold/html/bom/bom_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">5 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">2 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">5 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">2 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/isolatin1/isolatin1_py.html b/tests/gold/html/isolatin1/isolatin1_py.html
index 9c12c445..b344bad6 100644
--- a/tests/gold/html/isolatin1/isolatin1_py.html
+++ b/tests/gold/html/isolatin1/isolatin1_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_1/m1_py.html b/tests/gold/html/omit_1/m1_py.html
index 60923930..57584495 100644
--- a/tests/gold/html/omit_1/m1_py.html
+++ b/tests/gold/html/omit_1/m1_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_1/m2_py.html b/tests/gold/html/omit_1/m2_py.html
index de060f32..e8c1791d 100644
--- a/tests/gold/html/omit_1/m2_py.html
+++ b/tests/gold/html/omit_1/m2_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_1/m3_py.html b/tests/gold/html/omit_1/m3_py.html
index 76a91a4a..e714d47f 100644
--- a/tests/gold/html/omit_1/m3_py.html
+++ b/tests/gold/html/omit_1/m3_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_1/main_py.html b/tests/gold/html/omit_1/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_1/main_py.html
+++ b/tests/gold/html/omit_1/main_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">8 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_2/m2_py.html b/tests/gold/html/omit_2/m2_py.html
index de060f32..e8c1791d 100644
--- a/tests/gold/html/omit_2/m2_py.html
+++ b/tests/gold/html/omit_2/m2_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_2/m3_py.html b/tests/gold/html/omit_2/m3_py.html
index 76a91a4a..e714d47f 100644
--- a/tests/gold/html/omit_2/m3_py.html
+++ b/tests/gold/html/omit_2/m3_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_2/main_py.html b/tests/gold/html/omit_2/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_2/main_py.html
+++ b/tests/gold/html/omit_2/main_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">8 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_3/m3_py.html b/tests/gold/html/omit_3/m3_py.html
index 76a91a4a..e714d47f 100644
--- a/tests/gold/html/omit_3/m3_py.html
+++ b/tests/gold/html/omit_3/m3_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_3/main_py.html b/tests/gold/html/omit_3/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_3/main_py.html
+++ b/tests/gold/html/omit_3/main_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">8 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_4/m1_py.html b/tests/gold/html/omit_4/m1_py.html
index 60923930..57584495 100644
--- a/tests/gold/html/omit_4/m1_py.html
+++ b/tests/gold/html/omit_4/m1_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_4/m3_py.html b/tests/gold/html/omit_4/m3_py.html
index 76a91a4a..e714d47f 100644
--- a/tests/gold/html/omit_4/m3_py.html
+++ b/tests/gold/html/omit_4/m3_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_4/main_py.html b/tests/gold/html/omit_4/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_4/main_py.html
+++ b/tests/gold/html/omit_4/main_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">8 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_5/m1_py.html b/tests/gold/html/omit_5/m1_py.html
index 60923930..57584495 100644
--- a/tests/gold/html/omit_5/m1_py.html
+++ b/tests/gold/html/omit_5/m1_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/omit_5/main_py.html b/tests/gold/html/omit_5/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_5/main_py.html
+++ b/tests/gold/html/omit_5/main_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">8 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/other/blah_blah_other_py.html b/tests/gold/html/other/blah_blah_other_py.html
index d3a4ebfc..8f0309d4 100644
--- a/tests/gold/html/other/blah_blah_other_py.html
+++ b/tests/gold/html/other/blah_blah_other_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
1 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">1 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">1 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/other/here_py.html b/tests/gold/html/other/here_py.html
index df2715d6..c2f6b5f1 100644
--- a/tests/gold/html/other/here_py.html
+++ b/tests/gold/html/other/here_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
4 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">3 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">1 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">3 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">1 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/partial/partial_py.html b/tests/gold/html/partial/partial_py.html
index f004808a..abd755d0 100644
--- a/tests/gold/html/partial/partial_py.html
+++ b/tests/gold/html/partial/partial_py.html
@@ -22,10 +22,10 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">7 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">1 excluded</span>
- <span class="par run show_par shortkey_p button_toggle_par">1 partial</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">7 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">1 excluded</button>
+ <button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">1 partial</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/styled/a_py.html b/tests/gold/html/styled/a_py.html
index 4687e464..7b6f9dcd 100644
--- a/tests/gold/html/styled/a_py.html
+++ b/tests/gold/html/styled/a_py.html
@@ -23,9 +23,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
3 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">1 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">1 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
diff --git a/tests/gold/html/unicode/unicode_py.html b/tests/gold/html/unicode/unicode_py.html
index 46722961..a4218bcc 100644
--- a/tests/gold/html/unicode/unicode_py.html
+++ b/tests/gold/html/unicode/unicode_py.html
@@ -22,9 +22,9 @@
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
- <span class="run shortkey_r button_toggle_run">2 run</span>
- <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
- <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
+ <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
+ <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
+ <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>