tor-browser

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

1322843-1-ref.html (187B)


      1 <!DOCTYPE html>
      2 <title>Bug 1322843 - Intrinsic width with float</title>
      3 <style>
      4  #outer {
      5    width: 200px;
      6    height: 200px;
      7    background: green;
      8  }
      9 </style>
     10 <div id="outer"></div>