summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/resource-hints/prefetch-no-csp.html
blob: 87f2937b84ed8d0c7685550b68e2affe628cdcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <script src='/resources/testharness.js'></script>
  <script src='/resources/testharnessreport.js'></script>
  <script src='/common/utils.js'></script>
  <script src='/content-security-policy/support/testharness-helper.js'></script>
  <script src='/content-security-policy/support/prefetch-helper.js'></script>
  <script>
    promise_test(async t => {
      assert_true(await try_to_prefetch("/common/dummy.xml", t));
    }, 'Prefetch succeeds when no CSP');
  </script>
</head>
<body>
</body>
</html>