tor-browser

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

auto-expand-ax-slot-recalc-crash.html (909B)


      1 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1255406">
      2 <script type="text/javascript">
      3 var nodes = Array();
      4 var text = Array();
      5 {
      6 nodes[9] = document.createElement('textarea');
      7 nodes[11] = document.createElement('legend');
      8 nodes[44] = document.createElement('details');
      9 document.documentElement.appendChild(nodes[44]);
     10 nodes[68] = document.createElement('fieldset');
     11 nodes[81] = document.createElement('option');
     12 
     13 
     14 
     15 nodes[85] = document.createElement('img');
     16 text[42] = document.createTextNode('744879385');
     17 nodes[44].appendChild(text[42]);
     18 nodes[68].appendChild(nodes[11]);
     19 nodes[44].appendChild(nodes[68]);
     20 requestAnimationFrame(() => {
     21  requestAnimationFrame(() => {
     22   try { nodes[85].appendChild(nodes[68]); } catch(e) {}
     23  });
     24 });
     25 nodes[44].appendChild(nodes[9]);
     26 requestAnimationFrame(() => { document.execCommand("SelectAll", false, ""); });
     27 }
     28 </script>