tor-browser

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

textarea-input-flex-items-in-multicol-crash.html (368B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1870103">
      6 
      7 <div style="columns: 2;">
      8  <div style="display: flex;">
      9    <textarea></textarea>
     10    <input>
     11  </div>
     12 </div>