Commit 1c9cbaf5 authored by Sam McNally's avatar Sam McNally Committed by Commit Bot

Wrap the GCache Contents content in a details element.

Bug: 896123
Change-Id: I0bb79920cea7aa6a8223d226efdfda2b3fd903eb
Reviewed-on: https://chromium-review.googlesource.com/c/1350437Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Sam McNally <sammc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610766}
parent 8cef0752
...@@ -25,3 +25,12 @@ ...@@ -25,3 +25,12 @@
.log-info { .log-info {
} }
summary {
font-size: 1.5em;
}
summary h2 {
display: inline;
font-size: inherit;
}
...@@ -136,7 +136,8 @@ ...@@ -136,7 +136,8 @@
</section> </section>
<section id="gcache-contents-section" hidden> <section id="gcache-contents-section" hidden>
<h2>GCache Contents</h2> <details>
<summary><h2>GCache Contents</h2></summary>
<table> <table>
<tbody id="gcache-contents"> <tbody id="gcache-contents">
<tr> <tr>
...@@ -147,6 +148,7 @@ ...@@ -147,6 +148,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</details>
<ul> <ul>
<li> <li>
Total Size: Total Size:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment