tor-browser

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

list-style-position-applies-to-ref-3.html (323B)


      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  background: orange;
      7  display: list-item;
      8  list-style-position: inside;
      9  margin-left: 1in;
     10 }
     11 </style>
     12 
     13 <p>Test passes if there is a black dot inside an orange box below.</p>
     14 <div></div>