summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/worklets/audio-worklet-import.https.html
blob: cff063a4361bd0244ee7a7a352be849f1b7118a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <script src="/common/get-host-info.sub.js"></script>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/worklet-test-utils.js"></script>
    <script src="resources/import-tests.js"></script>
</head>
<body>
<script>
    runImportTests("audio");
</script>
</body>
</html>