tor-browser

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

text-decoration-propagation-03.html (413B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1414859">
      4 <link rel="match" href="reference/text-decoration-propagation-03-ref.html">
      5 <style>
      6 span { text-decoration: underline; }
      7 </style>
      8 <span>
      9  <div style="display: inline-grid;">
     10    This text must not be underlined.
     11  </div>
     12 </span>