tor-browser

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

content-070-ref.html (339B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    ins {
      6        border: 2px solid black;
      7        color: green;
      8        text-decoration-color: black;
      9    }
     10 </style>
     11 <body>
     12    <p>Test passes if the text "2000-01-01T00:00:00-08:00" appears in the box below.</p>
     13    <ins>2000-01-01T00:00:00-08:00</ins>
     14 </body>