tor-browser

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

summary-text-decoration.html (481B)


      1 <!doctype html>
      2 <title>Rendering of summary element with text-decoration</title>
      3 <link rel="match" href="summary-text-decoration-ref.html">
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements">
      5 <meta name="assert" content="Checks that text-decoration applies to rendered summary element.">
      6 <style>
      7  summary { text-decoration: underline; }
      8 </style>
      9 <details>
     10  <summary>This text should be underlined.</summary>
     11 </details>