tor-browser

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

embedded-js.html (416B)


      1 <!doctype html>
      2 <link rel="help" href="http://crbug.com/1325192">
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="/resources/test-only-api.js"></script>
      6 
      7 <script type="module">
      8 import * as common from "./resources/common.js";
      9 common.runBfcacheTestForEmbeds(
     10  {'type': 'application/javascript', 'src': '/resources/test-only-api.js'});
     11 </script>