tor-browser

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

bug1512297.html (253B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head class="reftest-wait"></head>
      4 <body>
      5 <div><img src="" alt="ALT"></div>
      6 <script>
      7 var img = document.querySelector('img');
      8 img.remove();
      9 
     10 var div = document.querySelector('div');
     11 div.appendChild(img);
     12 </script>
     13 </body>
     14 </html>