chromium/third_party/blink/web_tests/external/wpt/mixed-content/gen/worker-module-data.meta/opt-in/websocket.https.html

<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` -->
<html>
  <head>
    <meta charset="utf-8">
    <meta name="timeout" content="long">
    <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="/common/security-features/resources/common.sub.js"></script>
    <script src="../../../generic/test-case.sub.js"></script>
  </head>
  <body>
    <script>
      TestCase(
        [
          {
            "expectation": "allowed",
            "origin": "same-wss",
            "redirection": "no-redirect",
            "source_context_list": [
              {
                "policyDeliveries": [],
                "sourceContextType": "worker-module-data"
              }
            ],
            "source_scheme": "https",
            "subresource": "websocket",
            "subresource_policy_deliveries": [],
            "test_description": "Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context."
          },
          {
            "expectation": "blocked",
            "origin": "cross-ws",
            "redirection": "no-redirect",
            "source_context_list": [
              {
                "policyDeliveries": [],
                "sourceContextType": "worker-module-data"
              }
            ],
            "source_scheme": "https",
            "subresource": "websocket",
            "subresource_policy_deliveries": [],
            "test_description": "Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context."
          },
          {
            "expectation": "blocked",
            "origin": "same-ws",
            "redirection": "no-redirect",
            "source_context_list": [
              {
                "policyDeliveries": [],
                "sourceContextType": "worker-module-data"
              }
            ],
            "source_scheme": "https",
            "subresource": "websocket",
            "subresource_policy_deliveries": [],
            "test_description": "Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context."
          }
        ],
        new SanityChecker()
      ).start();
    </script>
    <div id="log"></div>
  </body>
</html>