tor-browser

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

float-rewind-parallel-flow-1-crash.html (376B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/1520442">
      3 <style>
      4  #outer {
      5    display: list-item;
      6    list-style-position: inside;
      7    columns: 2;
      8    column-fill: auto;
      9    height: 100px;
     10    font-size: 1px;
     11    direction: rtl;
     12  }
     13  #inner {
     14    float: right;
     15    width: 100%;
     16    height: 150px;
     17  }
     18 </style>
     19 <div id="outer">
     20  <div id="inner"></div>
     21  x
     22 </div>