https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7a1a70b32a36aea1edab10b805e8b4dba0296f61 authored by Harald Alvestrand on 03 April 2018, 17:28:06 UTC
Don't enforce name rule for RTCDTMFToneChangeEvent
Tip revision: 7a1a70b
animation-worklet-csp.https.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/csp-tests.js"></script>
</head>
<body>
<script>
    runContentSecurityPolicyTests("animation");
</script>
</body>
</html>
back to top