summaryrefslogtreecommitdiff
path: root/tests/gold/html/styled/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-23 17:27:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-23 20:01:48 -0400
commit668eec7da3358c92b1e6ce266775bb2f89ff8260 (patch)
treef30a82b0340c5839e3c44f6b5a460f924e2f9fbb /tests/gold/html/styled/index.html
parentbd929f953734f3f5d6cf3e0534aa573b44fc45e2 (diff)
downloadpython-coveragepy-git-668eec7da3358c92b1e6ce266775bb2f89ff8260.tar.gz
test: update gold files
Diffstat (limited to 'tests/gold/html/styled/index.html')
-rw-r--r--tests/gold/html/styled/index.html71
1 files changed, 34 insertions, 37 deletions
diff --git a/tests/gold/html/styled/index.html b/tests/gold/html/styled/index.html
index 77b2faca..45b28367 100644
--- a/tests/gold/html/styled/index.html
+++ b/tests/gold/html/styled/index.html
@@ -6,14 +6,7 @@
<link rel="icon" sizes="32x32" href="favicon_32.png">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="extra.css" type="text/css">
- <script type="text/javascript" src="jquery.min.js"></script>
- <script type="text/javascript" src="jquery.ba-throttle-debounce.min.js"></script>
- <script type="text/javascript" src="jquery.tablesorter.min.js"></script>
- <script type="text/javascript" src="jquery.hotkeys.js"></script>
- <script type="text/javascript" src="coverage_html.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(coverage.index_ready);
- </script>
+ <script type="text/javascript" src="coverage_html.js" defer></script>
</head>
<body class="indexfile">
<header>
@@ -21,54 +14,58 @@
<h1>Coverage report:
<span class="pc_cov">67%</span>
</h1>
- <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
+ <div id="help_panel_wrapper">
+ <input id="help_panel_state" type="checkbox">
+ <label for="help_panel_state">
+ <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" />
+ </label>
+ <div id="help_panel">
+ <p class="legend">Shortcuts on this page</p>
+ <div>
+ <p class="keyhelp">
+ <kbd>n</kbd>
+ <kbd>s</kbd>
+ <kbd>m</kbd>
+ <kbd>x</kbd>
+ <kbd>c</kbd> &nbsp; change column sorting
+ </p>
+ </div>
+ </div>
+ </div>
<form id="filter_container">
<input id="filter" type="text" value="" placeholder="filter..." />
</form>
</div>
</header>
-<aside class="help_panel">
- <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
- <p class="legend">Hot-keys on this page</p>
- <div>
- <p class="keyhelp">
- <span class="key">n</span>
- <span class="key">s</span>
- <span class="key">m</span>
- <span class="key">x</span>
- <span class="key">c</span> &nbsp; change column sorting
- </p>
- </div>
-</aside>
<main id="index">
- <table class="index">
+ <table class="index" data-sortable>
<thead>
<tr class="tablehead" title="Click to sort">
- <th class="name left headerSortDown shortkey_n">Module</th>
- <th class="shortkey_s">statements</th>
- <th class="shortkey_m">missing</th>
- <th class="shortkey_x">excluded</th>
- <th class="right shortkey_c">coverage</th>
+ <th class="name left" aria-sort="none" data-shortcut="n">Module</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded</th>
+ <th class="right" aria-sort="none" data-shortcut="c">coverage</th>
</tr>
</thead>
- <tfoot>
- <tr class="total">
- <td class="name left">Total</td>
+ <tbody>
+ <tr class="file">
+ <td class="name left"><a href="a_py.html">a.py</a></td>
<td>3</td>
<td>1</td>
<td>0</td>
<td class="right" data-ratio="2 3">67%</td>
</tr>
- </tfoot>
- <tbody>
- <tr class="file">
- <td class="name left"><a href="a_py.html">a.py</a></td>
+ </tbody>
+ <tfoot>
+ <tr class="total">
+ <td class="name left">Total</td>
<td>3</td>
<td>1</td>
<td>0</td>
<td class="right" data-ratio="2 3">67%</td>
</tr>
- </tbody>
+ </tfoot>
</table>
<p id="no_rows">
No items found using the specified filter.
@@ -78,7 +75,7 @@
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>,
- created at 2021-10-17 10:52 -0400
+ created at 2021-10-23 08:16 -0400
</p>
</div>
</footer>