tor-browser

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

grid-child-percent-basis-resize-1-ref.html (765B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference: bug 1584018</title>
      4 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      5 <link rel="author" title="Mozilla" href="https://mozilla.org">
      6 
      7 <style>
      8  .container {
      9    width: 100px;
     10    height: 100px;
     11  }
     12 
     13  .scroll-inner {
     14    overflow:scroll;
     15    height:100%;
     16  }
     17 
     18 </style>
     19 
     20 <div class="container">
     21  <div class="scroll-inner">
     22    <div>0</div>
     23    <div>1</div>
     24    <div>2</div>
     25    <div>3</div>
     26    <div>4</div>
     27    <div>5</div>
     28    <div>6</div>
     29    <div>7</div>
     30    <div>8</div>
     31    <div>9</div>
     32    <div>0</div>
     33    <div>1</div>
     34    <div>2</div>
     35    <div>3</div>
     36    <div>4</div>
     37    <div>5</div>
     38    <div>6</div>
     39    <div>7</div>
     40    <div>8</div>
     41    <div>9</div>
     42  </div>
     43 </div>