tor-browser

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

fetch-canvas-tainting-video.https.html (585B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Service Worker: canvas tainting of the fetched video</title>
      4 <meta name="timeout" content="long">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/common/get-host-info.sub.js"></script>
      8 <script src="resources/test-helpers.sub.js?pipe=sub"></script>
      9 <script src="resources/fetch-canvas-tainting-tests.js"></script>
     10 <body>
     11 <script>
     12 do_canvas_tainting_tests({
     13  resource_path: base_path() + 'resources/fetch-access-control.py?VIDEO',
     14  cache: false
     15 });
     16 </script>
     17 </body>