tor-browser

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

column-scroll-marker-no-content-crash.html (396B)


      1 <!DOCTYPE html>
      2 <title>::column::scroll-marker without content should not crash</title>
      3 <link rel="help" href="https://crbug.com/386415620">
      4 <style>
      5  #container {
      6    overflow: hidden;
      7    width: 10px;
      8    column-count: 1;
      9    scroll-marker-group: before;
     10  }
     11  #container::column::scroll-marker {
     12    display: inline;
     13  }
     14 </style>
     15 <p>PASS if no crash.</p>
     16 <div id="container">Two columns</div>