tor-browser

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

contain-size-break-001-ref.html (331B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>CSS Reftest Reference</title>
      6  <style>
      7    .basicOuter {
      8      height: 20px;
      9      background: orange;
     10    }
     11  </style>
     12 </head>
     13  <body>
     14    <div class="basicOuter">
     15      before
     16      <div>inside</div>
     17      after
     18    </div>
     19  </body>
     20 </html>