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