tor-browser

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

test_cache_match_vary.html (634B)


      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  <title>Validate calling match with requests involving the Vary header</title>
      7  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      8  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      9  <script type="text/javascript" src="driver.js"></script>
     10 </head>
     11 <body>
     12 <iframe id="frame"></iframe>
     13 <script class="testbody" type="text/javascript">
     14  runTests("test_cache_match_vary.js")
     15    .then(function() {
     16      SimpleTest.finish();
     17    });
     18 </script>
     19 </body>
     20 </html>