tor-browser

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

overflow-body-propagation-012-ref.html (311B)


      1 <!doctype html>
      2 <html><head>
      3 <meta charset="utf-8">
      4 <title>CSS Reference: BODY with overflow:hidden</title>
      5 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      6 <style>
      7  div {
      8    width: 400px;
      9    height: 400px;
     10    background: green;
     11  }
     12 </style></head>
     13 <body><div></div></body>
     14 </html>