summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/the-details-element/details-display-type-002-ref.html
blob: 297634b521fab5e61d0bbac9edb4480b5de7366d (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
  div {
    margin-top: 3em;
  }
</style>
<details open>
  <summary>The summary.</summary>
  <div>Some details.</div>
</details>