tor-browser

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

text-decoration-propagation-05.html (457B)


      1 <!DOCTYPE html>
      2 <title>CSS Test: text-decoration propagation - Tables</title>
      3 <link rel="author" title="Timothy Loh" href="mailto:timloh@chromium.org" />
      4 <link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
      5 <link rel="match" href="reference/text-decoration-propagation-05-ref.html">
      6 <style>
      7 div { text-decoration: underline }
      8 </style>
      9 <div>
     10  <table>
     11    <tr>
     12      <td>This should be underlined</td>
     13    </tr>
     14  </table>
     15 </div>