1
0
Fork 0
firefox/testing/web-platform/tests/html/rendering/the-details-element/details-pseudo-elements-005-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
332 B
HTML

<!DOCTYPE HTML>
<title>::details-content pseudo element supports ::before and ::after</title>
<style>
.letter { font-size: 2em; }
.line { font-weight: bold; }
</style>
<details open>
<summary>summary</summary>
<span class="line"><span class="letter">T</span>he contents</span><br>
are on multiple</br>
lines.
</details>