Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
the-details-element
/
details-pseudo-elements-001-ref.html
blob: 0c77c0e14fc3e0f3707e6dee32aea5a9738b6fb1 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE HTML>
<title>
Details pseudo-elements
</title>
<style>
div
{
background
:
aqua
}
</style>
<details
open
>
<summary>
The summary
</summary>
<div>
The details!
</div>
</details>