chromium/third_party/blink/web_tests/wpt_internal/html/rendering/the-details-element/details-pseudo-elements-disabled-001-ref.html

<!DOCTYPE HTML>
<title>Details pseudo-elements are disabled</title>

<details open>
  <summary>The summary</summary>
  <div>The details!</div>
</details>