details
without summary
manual testThis tests what happens when you have a details
element with no summary
<details><pre><code>
<p>This is a paragraph inside a <code>details</code> element
that is not contained in a <code>summary</code> element.</p></details>
This is a paragraph inside a details
element that is not contained in a summary
element.