summaryrefslogtreecommitdiff
path: root/tests/gold/html/other
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gold/html/other')
-rw-r--r--tests/gold/html/other/blah_blah_other_py.html6
-rw-r--r--tests/gold/html/other/here_py.html6
2 files changed, 6 insertions, 6 deletions
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>