tor-browser

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

fragmented-empty-contenteditable-crash.html (385B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1261747">
      4 <p>Test passes if it doesn't crash (or freeze).</p>
      5 <div style="columns:2; column-fill:auto; height:50px;">
      6  <div style="padding-top:20px; padding-bottom:100px;" contenteditable="true"></div>
      7 </div>