summaryrefslogtreecommitdiff
path: root/tests/gold/html/other
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-06-28 16:23:32 -0400
committerGitHub <noreply@github.com>2020-06-28 16:23:32 -0400
commit978ff8b8acd089b7ecc1ad5c20742bde5d19900e (patch)
tree63d49151eec46ed07441658d136ce95d1c7ead8d /tests/gold/html/other
parent1e47b8058828f1f30143c21f53af786f52722360 (diff)
parentbcd571b369d3c7f57bac644136a0c2fbe7f1d78c (diff)
downloadpython-coveragepy-git-978ff8b8acd089b7ecc1ad5c20742bde5d19900e.tar.gz
Merge pull request #931 from vsalvino/darkmode
Add dark mode, and other design changes for the HTML report.
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>