tor-browser

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

Text-constructor.html (354B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Text constructor</title>
      4 <link rel=help href="https://dom.spec.whatwg.org/#dom-text">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="Comment-Text-constructor.js"></script>
      8 <div id="log"></div>
      9 <script>
     10 test_constructor("Text");
     11 </script>