tor-browser

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

list-style-image-applies-to-ref-1.html (315B)


      1 <!DOCTYPE html>
      2 <title>CSS Reference</title>
      3 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      4 <style>
      5 div {
      6  display: list-item;
      7  list-style-image: url('support/blue15x15.png');
      8  margin-left: 96px;
      9 }
     10 </style>
     11 
     12 <p>Test passes if there is a single blue square below.</p>
     13 <div>&nbsp;</div>