tor-browser

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

details-findstring-crash.html (400B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1264507">
      4 
      5 <script>
      6 window.onload = () => {
      7  window.getSelection().selectAllChildren(document.body);
      8  document.querySelector('object').remove();
      9  document.execCommand('FindString',false,0);
     10 };
     11 </script>
     12 
     13 <details>
     14  <object id='id6'></object>
     15 </details>