tor-browser

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

embedded-html.html (394B)


      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({"type": "text/html", "src": "/resources/blank.html"});
     10 </script>