tor-browser

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

overflow-body-propagation-010-ref.html (412B)


      1 <!doctype html>
      2 <html><head>
      3 <meta charset="utf-8">
      4 <title>CSS Reference: contain:paint on BODY with overflow:clip</title>
      5 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1635473">
      6 <style>
      7  body {
      8    margin-left: 100px;
      9    margin-top: 100px;
     10  }
     11 
     12  div {
     13    width: 50px;
     14    height: 50px;
     15    background: blue;
     16  }
     17 </style></head>
     18 <body><div></div></body>
     19 </html>