tor-browser

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

addRange-44.html (386B)


      1 <!doctype html>
      2 <title>Selection.addRange() tests</title>
      3 <meta name="timeout" content="long">
      4 <div id="log"></div>
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="common.js"></script>
      8 <script src="addRange.js"></script>
      9 <script>
     10 "use strict";
     11 
     12 testAddRangeSubSet(44, 48);
     13 testDiv.style.display = "none";
     14 </script>