| Index: third_party/WebKit/LayoutTests/external/wpt/mixed-content/optionally-blockable/no-opt-in/same-host-http/video-tag/top-level/keep-scheme-redirect/no-opt-in-allows.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/mixed-content/optionally-blockable/no-opt-in/same-host-http/video-tag/top-level/keep-scheme-redirect/no-opt-in-allows.https.html b/third_party/WebKit/LayoutTests/external/wpt/mixed-content/optionally-blockable/no-opt-in/same-host-http/video-tag/top-level/keep-scheme-redirect/no-opt-in-allows.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..68bfc2b84a81b51b77083e777d8d307bde0d3a51
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/mixed-content/optionally-blockable/no-opt-in/same-host-http/video-tag/top-level/keep-scheme-redirect/no-opt-in-allows.https.html
|
| @@ -0,0 +1,40 @@
|
| +<!DOCTYPE html>
|
| +<!-- DO NOT EDIT! Generated by mixed-content/generic/tools/generate.py using mixed-content/generic/template/test.release.html.template. -->
|
| +<html>
|
| + <head>
|
| + <title>Mixed-Content: Optionally-blockable content</title>
|
| + <meta charset='utf-8'>
|
| + <meta name="description" content="Test behavior of optionally-blockable content">
|
| + <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
|
| + <link rel="help" href="http://www.w3.org/TR/mixed-content/#category-optionally-blockable">
|
| + <meta name="assert" content="opt_in_method: no-opt-in
|
| + origin: same-host-http
|
| + source_scheme: https
|
| + context_nesting: top-level
|
| + redirection: keep-scheme-redirect
|
| + subresource: video-tag
|
| + expectation: allowed">
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| + <script src="/mixed-content/generic/common.js"></script>
|
| + <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></script>
|
| + </head>
|
| + <body>
|
| + <script>
|
| + MixedContentTestCase(
|
| + {
|
| + "opt_in_method": "no-opt-in",
|
| + "origin": "same-host-http",
|
| + "source_scheme": "https",
|
| + "context_nesting": "top-level",
|
| + "redirection": "keep-scheme-redirect",
|
| + "subresource": "video-tag",
|
| + "expectation": "allowed"
|
| + },
|
| + document.querySelector("meta[name=assert]").content,
|
| + new SanityChecker()
|
| + ).start();
|
| + </script>
|
| + <div id="log"></div>
|
| + </body>
|
| +</html>
|
|
|