summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/the-details-element/details-pseudo-elements-002-ref.html
blob: baf242291b5ef22370d99f5ff8c0dd1b06c5842a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<title>Details pseudo-elements</title>
<!-- This test is (at time of writing) _EXTREMELY_ tentative. -->
<style>

summary { list-style-type: disclosure-closed; }
div { background: aqua }

</style>

<details open>
  <summary>The summary</summary>
  <div>The details!</div>
</details>