tor-browser

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

contain-size-scrollbars-004-ref.html (495B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Containment Test: Reference file</title>
      4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
      5 <style>
      6 #scroller {
      7  background: lightgreen;
      8  overflow: scroll;
      9  padding-bottom: 50px;
     10  width: 100px;
     11  height: 100px;
     12 }
     13 #content {
     14  background: lightblue;
     15  width: 50px;
     16  height: 130px;
     17 }
     18 </style>
     19 
     20 <div id=scroller>
     21  <div id=content>
     22  </div>
     23 </div>
     24 
     25 <p>This test passes if it has the same output as the reference.</p>