tor-browser

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

page_array.html (543B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 <!doctype html>
      4 <html>
      5  <head>
      6    <meta charset="utf-8"/>
      7    <title>DOM Panel Array Expansion Test Page</title>
      8  </head>
      9  <body>
     10  <h2>DOM Panel Array Expansion Test Page</h2>
     11  <script type="text/javascript">
     12    "use strict";
     13    window._a = [
     14      "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m",
     15      "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
     16    ];
     17  </script>
     18  </body>
     19 </html>