gecko-dev/testing/web-platform/tests/worklets/audio-worklet-csp.https.html
Hiroki Nakagawa a5f109c995 Bug 1512575 [wpt PR 14410] - Worklet: Use <meta name="timeout"> instead of SlowTests annotations for slow WPTs, a=testonly
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
2018-12-14 13:54:37 +00:00

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>