tor-browser

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

inline-block-width.html (168B)


      1 <!DOCTYPE HTML>
      2 <title>margin-left on zero-sized inline-block</title>
      3 <style>
      4 span { display: inline-block; height: 0; width: 100px }
      5 </style>
      6 hello <span></span>world