tor-browser

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

summary-text-decoration-ref.html (235B)


      1 <!doctype html>
      2 <title>Test reference</title>
      3 <style>
      4 div {
      5  display: list-item;
      6  list-style-type: disclosure-closed;
      7  list-style-position: inside;
      8  text-decoration: underline;
      9 }
     10 </style>
     11 <div>This text should be underlined.</div>