animation-worklet-service-worker-interception.https.html (471B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <script src="resources/worklet-test-utils.js"></script> 7 <script src="resources/service-worker-interception-tests.js"></script> 8 <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script> 9 </head> 10 <body> 11 <script> 12 runServiceWorkerInterceptionTests("animation"); 13 </script> 14 </body> 15 </html>