https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3d73d93f4e9ae009dce0a3dc75bc27f1f229f975 authored by Florent Castelli on 30 November 2017, 18:25:49 UTC
Do not send duplicate resize events from WebMediaPlayerMSCompositor
Tip revision: 3d73d93
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