tor-browser

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

embedded-mp4.html (368B)


      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({'src': '/media/white.mp4'});
     10 </script>