tor-browser

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

historical.html (401B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Historical features</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <div id="log"></div>
      7 <script>
      8 test(function() {
      9  assert_false("ClientRectList" in self);
     10 }, "Support for ClientRectList");
     11 
     12 test(function() {
     13  assert_false("ClientRect" in self);
     14 }, "Support for ClientRect");
     15 </script>