tor-browser

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

relevant-width-overflow-1-ref.html (205B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 div { font-size: 34px; width: 450px }
      4 div.inner { width: 300px; overflow: hidden; }
      5 </style>
      6 <div class="middle">
      7  Text in middle.
      8  <div class="inner">Text in inner.</div>
      9 </div>