tor-browser

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

file_InstanceOf.html (247B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <script type="application/javascript">
      5 function runTest() {
      6  return [ parent.HTMLElement.prototype instanceof Element,
      7           parent.HTMLElement.prototype instanceof parent.Element ];
      8 }
      9 </script>
     10 </body>
     11 </html>