summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
blob: 90f8d6aa6a128e2f70e93627bcc7c8e905b0b41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
  <head>
    <title>Referrer-Policy: Referrer Policy is set to 'origin'</title>
    <meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL.">
    <!-- No meta: Referrer policy delivered via HTTP headers. -->
    <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
    <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin">
    <meta name="assert" content="The referrer URL is origin when a
                                 document served over http requires an http
                                 sub-resource via img-tag using the http-rp
                                 delivery method with swap-origin-redirect and when
                                 the target request is cross-origin.">
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <!-- TODO(kristijanburnik): Minify and merge both: -->
    <script src="/referrer-policy/generic/common.js"></script>
    <script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script>
  </head>
  <body>
    <script>
      ReferrerPolicyTestCase(
        {
          "referrer_policy": "origin",
          "delivery_method": "http-rp",
          "redirection": "swap-origin-redirect",
          "origin": "cross-origin",
          "source_protocol": "http",
          "target_protocol": "http",
          "subresource": "img-tag",
          "subresource_path": "/referrer-policy/generic/subresource/image.py",
          "referrer_url": "origin"
        },
        document.querySelector("meta[name=assert]").content,
        new SanityChecker()
      ).start();
      </script>
    <div id="log"></div>
  </body>
</html>