summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/speculation-rules/prerender/resources/csp-script-src-unsafe-inline.html
blob: d2f010dc569d0908818a8d00d7020220c897b11a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>

<head>
  <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">
</head>
<script src="/common/utils.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="utils.js"></script>
<script src="csp-script-src.js"></script>