Revision 3b3651aa9c5d86a54f20e22b9e655df7f4e4e3e5 authored by Anne van Kesteren on 13 March 2018, 17:31:34 UTC, committed by jgraham on 14 March 2018, 14:02:30 UTC
See https://github.com/whatwg/html/pull/3562.
1 parent 258c8ad
Raw File
animation-worklet-service-worker-interception.https.html
<!DOCTYPE html>
<html>
<head>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/worklet-test-utils.js"></script>
    <script src="resources/service-worker-interception-tests.js"></script>
    <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
</head>
<body>
<script>
    runServiceWorkerInterceptionTests("animation");
</script>
</body>
</html>
back to top