tor-browser

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

document-replaceChild-input-documentElement.html (364B)


      1 <!DOCTYPE html>
      2 <title>Node.replaceChild()</title>
      3 <link rel="author" title="Oriol Brufau" href="obrufau@igalia.com">
      4 <link rel="help" href="https://dom.spec.whatwg.org/#dom-node-replacechild">
      5 <link rel="help" href="https://github.com/servo/servo/issues/40920">
      6 <script>
      7 document.replaceChild(document.createElement("input"), document.documentElement);
      8 </script>