tor-browser

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

image-scrolling-zoom-1-notref.html (747B)


      1 <!DOCTYPE HTML>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html reftest-zoom="0.3">
      5 <head>
      6  <style type="text/css">
      7    #container {
      8      height: 100px;
      9      overflow: auto;
     10    }
     11    #container-background {
     12      background-color: white;
     13    }
     14    #container-background > div {
     15      line-height: 20px;
     16    }
     17  </style>
     18 </head>
     19 <body>
     20  <div id="container">
     21    <div id="container-background">
     22      <div>Item</div>
     23      <div>Item</div>
     24      <div>Item</div>
     25      <div>Item</div>
     26      <div>Item</div>
     27      <div>Item</div>
     28      <div>Item</div>
     29      <div>Item</div>
     30      <div>Item</div>
     31      <div>Item</div>
     32      <div>Item</div>
     33    </div>
     34  </div>
     35 </body>
     36 </html>