tor-browser

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

marker-text-shadow-ref.html (438B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>CSS Reftest Reference</title>
      4 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 ol {
      8  float: left;
      9  width: 50px;
     10  list-style: none;
     11  text-shadow: #0f0 1px 2px 3px;
     12 }
     13 </style>
     14 <ol>
     15  <li>1. </li>
     16  <li>2. </li>
     17  <li>3. </li>
     18 </ol>
     19 <ol>
     20  <li>1. </li>
     21  <li>2. </li>
     22  <li>3. </li>
     23 </ol>