tor-browser

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

bullet-space-2.html (684B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4 <head>
      5 <meta charset="utf-8">
      6 <title>Bug 1019470</title>
      7 <style>
      8  body {
      9    font-family:monospace;
     10    font-size:24px;
     11  }
     12  ul {
     13    margin:0;
     14    list-style-type: none; /* to ensure we use the same font metrics as the reference for the trailing space */
     15    list-style-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4Ug9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC");
     16  }
     17  ::marker { font-family: inherit; }
     18 </style>
     19 </head>
     20 
     21 <body>
     22 
     23 <div>
     24 <ul>
     25  <li>foo</li>
     26 </ul>
     27 </div>
     28 
     29 <div dir="rtl">
     30 <ul>
     31  <li>bar</li>
     32 </ul>
     33 </div>
     34 
     35 </body>
     36 
     37 </html>