summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/links/downloading-resources/header-referrer-no-referrer.html
blob: 065063075cf56fae36d4cfa64cc1b2a491df6f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Ping attribute Referrer Header No Referrer Policy</title>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <meta name='referrer' content='no-referrer'>
  </head>
  <body>
    <a id="a" href="#">
    <script src="/common/utils.js"></script>
    <script src="/common/get-host-info.sub.js"></script>
    <script src="/resources/chromium/enable-hyperlink-auditing.js"></script>
    <script src="header-referrer.js"></script>
    <script>
      testReferrerHeader("");
    </script>
  </body>
</html>