tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

display-contents-details-001.html (494B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test: display: contents under a details element doesn't prevent content from getting suppressed</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <link rel="help" href="https://drafts.csswg.org/css-display-3/#valdef-display-contents">
      6 <link rel="match" href="display-contents-details-001-ref.html">
      7 <details>
      8  <div style="display:contents">
      9    <summary>summary</summary>
     10    details
     11  </div>
     12 </details>