summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/worklets/audio-worklet-service-worker-interception.https.html
blob: 479ae176f9d4a2ff52d7a643a4943df2ef72453d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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("audio");
</script>
</body>
</html>