tor-browser

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

input-fragmentation-crash.html (244B)


      1 <!doctype html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1978487">
      3 <style>
      4 .parent {
      5  columns: 2;
      6 }
      7 input {
      8  float: inline-start;
      9 }
     10 </style>
     11 <div class="parent">
     12  <input style="display: block" type="color">
     13 </div>