tor-browser

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

extend-40.html (390B)


      1 <!doctype html>
      2 <title>Selection extend() tests</title>
      3 <meta charset=utf-8>
      4 <meta name=timeout content=long>
      5 <body>
      6 <script src=/resources/testharness.js></script>
      7 <script src=/resources/testharnessreport.js></script>
      8 <script src=common.js></script>
      9 <script src=extend.js></script>
     10 <div id=log></div>
     11 <script>
     12 "use strict";
     13 
     14 testExtendSubSet(40);
     15 testDiv.style.display = "none";
     16 </script>