mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
15 lines
398 B
HTML
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>
|