https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5c50b5675345677a0ae8c387ee90ce6a33f63e9e authored by jgraham on 11 April 2018, 16:27:43 UTC
Merge branch 'master' into gecko/1446366
Tip revision: 5c50b56
layout-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("layout");
</script>
</body>
</html>
back to top