diff options
Diffstat (limited to 'tests/gold/html/bom')
| -rw-r--r-- | tests/gold/html/bom/2/bom_py.html | 6 | ||||
| -rw-r--r-- | tests/gold/html/bom/bom_py.html | 6 |
2 files changed, 6 insertions, 6 deletions
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 - <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 - <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> |
