tor-browser

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

button-in-multicol-crash.html (225B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1277724">
      3 <p>PASS if no crash or DCHECK failure.</p>
      4 <div style="columns:2;">
      5  x
      6  <button style="display:block;"></button>
      7 </div>