summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/generic/generic-0_2.html
blob: 130bfadad96562f4f030b9f28bd0f1ee3d202b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
<head>
    <title>'self' keyword positive test</title>
    <script src='/resources/testharness.js'></script>
    <script src='/resources/testharnessreport.js'></script>
    <script src='positiveTest.js'></script>
</head>
<body>
    <h1>'self' keyword positive test</h1>
    <div id='log'></div>

    <script async defer src='../support/checkReport.sub.js?reportExists=false'></script>
</body>
</html>