tor-browser

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

large-step-crash.html (504B)


      1 <!DOCTYPE html>
      2 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1310229">
      3 <script>
      4 const input = document.createElement('input');
      5 input.type = 'range';
      6 input.max =  "06146014076123948948236985915694585937453938739248525313667193356954648912174625325457686181245605159230507050382951965923880139416566171456307667108838599671206701390275757535304375074544995161254818024615";
      7 input.step = "55244276720723476767813103100759083382064508394993167470137";
      8 input.stepUp();
      9 </script>