mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-tests Worklet: Use <meta name="timeout"> instead of SlowTests annotations for slow WPTs <meta name="timeout"> is prefereable for WPTs: https://web-platform-tests.org/writing-tests/testharness-api.html#harness-timeout Bug: 912240 Change-Id: I3c4a9acb1fb070c34d10f59ff9d3fd3d2bd11afb Reviewed-on: https://chromium-review.googlesource.com/c/1366469 Reviewed-by: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#614626} -- wpt-commits: 5608dc943bf3b3c154454fa582ebfde151e7e3ea wpt-pr: 14410
11 lines
430 B
HTML
11 lines
430 B
HTML
<!DOCTYPE html>
|
|
<title>ContentSecurityPolicy for Audio Worklets</title>
|
|
<meta name="timeout" content="long">
|
|
<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/csp-tests.js"></script>
|
|
<script>
|
|
runContentSecurityPolicyTests("audio");
|
|
</script>
|