Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
the-details-element
/
details-pseudo-elements-002-ref.html
blob: b4a38f14888f530bfff2b1c408e352dd53262455 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE HTML>
<title>
Details pseudo-elements
</title>
<style>
summary
{
list-style-type
:
disclosure-closed
;
}
div
{
background
:
aqua
}
</style>
<details
open
>
<summary>
The summary
</summary>
<div>
The details!
</div>
</details>