fetch-canvas-tainting-video-cache.https.html (606B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Service Worker: canvas tainting of the fetched video using cache responses</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: true 15 }); 16 </script> 17 </body>