tor-browser

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

embedded-img.html (389B)


      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': 'image/png', 'src': '/images/blue.png'});
     10 </script>