Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
the-details-element
/
details-pseudo-elements-003-ref.html
blob: e6c55cc141a3f27748df46c0bac2b191c6f61a4c [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE HTML>
<title>
::details-content pseudo element is display: block
</title>
<style>
#
contents
{
opacity
:
0.5
;
}
details
</style>
<div>
<div>
summary
</div>
<div
id
=
"contents"
>
contents
</div>
</div>