gecko-dev/testing/web-platform/tests/worklets/audio-worklet-referrer.https.html
Arnaud Bienner cd0338e45e Bug 1481676 - Add AudioWorklet tests to WPT. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D4205

--HG--
rename : testing/web-platform/tests/worklets/paint-worklet-credentials.https.html => testing/web-platform/tests/worklets/audio-worklet-credentials.https.html
rename : testing/web-platform/tests/worklets/paint-worklet-csp.https.html => testing/web-platform/tests/worklets/audio-worklet-csp.https.html
rename : testing/web-platform/tests/worklets/paint-worklet-import.https.html => testing/web-platform/tests/worklets/audio-worklet-import.https.html
rename : testing/web-platform/tests/worklets/paint-worklet-referrer.https.html => testing/web-platform/tests/worklets/audio-worklet-referrer.https.html
rename : testing/web-platform/tests/worklets/paint-worklet-service-worker-interception.https.html => testing/web-platform/tests/worklets/audio-worklet-service-worker-interception.https.html
extra : moz-landing-system : lando
2018-08-27 05:02:59 +00:00

15 lines
398 B
HTML

<!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/referrer-tests.js"></script>
</head>
<body>
<script>
runReferrerTests("audio");
</script>
</body>
</html>