tor-browser

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

456484-1-ref.html (330B)


      1 <html>
      2 <head>
      3 <title>Inside block shrinkwraps when outside inline-block has scrollframe</title>
      4 <style>
      5 div {
      6  border: 1px solid black;
      7 }
      8 </style>
      9 </head>
     10 <body>
     11 
     12 <div style="display: inline-block; width: 500px; background-color: red;">
     13 <div style="background-color: lime;">
     14 div
     15 </div>
     16 </div>
     17 
     18 </body>
     19 </html>