tor-browser

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

per-document.html (504B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Custom Elements: window.customElements is per document</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <link rel="help" href="https://html.spec.whatwg.org/multipage/#custom-elements-api">
      7 <link rel="author" title="Domenic Denicola" href="mailto:d@domenic.me">
      8 <script src="/common/object-association.js"></script>
      9 
     10 <body>
     11 <script>
     12 "use strict";
     13 testIsPerDocument("customElements");
     14 </script>