tor-browser

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

text-decoration-propagation-04.html (694B)


      1 <!DOCTYPE html>
      2 <title>CSS Test: text-decoration propagation</title>
      3 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
      4 <link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
      5 <link rel="help" href="https://github.com/servo/servo/issues/29654">
      6 <link rel="match" href="reference/text-decoration-propagation-04-ref.html">
      7 <style>
      8 div { margin: 1em 0 }
      9 </style>
     10 <div style="text-decoration: underline">
     11  lorem
     12  <div style="text-decoration: overline">
     13    ipsum
     14  </div>
     15  dolor
     16  <div style="text-decoration: overline">
     17    sit
     18    <div style="text-decoration: line-through">
     19      amet
     20    </div>
     21    consectetur
     22  </div>
     23  adipiscing
     24 </span>