worklet-animation.https.html (5332B)
1 <!DOCTYPE html> 2 <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` --> 3 <html> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="timeout" content="long"> 7 <script src="/resources/testharness.js"></script> 8 <script src="/resources/testharnessreport.js"></script> 9 <script src="/common/security-features/resources/common.sub.js"></script> 10 <script src="../../../generic/test-case.sub.js"></script> 11 </head> 12 <body> 13 <script> 14 TestCase( 15 [ 16 { 17 "expectation": "allowed", 18 "origin": "same-https", 19 "redirection": "keep-scheme", 20 "source_context_list": [], 21 "source_scheme": "https", 22 "subresource": "worklet-animation", 23 "subresource_policy_deliveries": [], 24 "test_description": "Mixed-Content: Expects allowed for worklet-animation to same-https origin and keep-scheme redirection from https context." 25 }, 26 { 27 "expectation": "allowed", 28 "origin": "same-https", 29 "redirection": "no-redirect", 30 "source_context_list": [], 31 "source_scheme": "https", 32 "subresource": "worklet-animation", 33 "subresource_policy_deliveries": [], 34 "test_description": "Mixed-Content: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context." 35 }, 36 { 37 "expectation": "blocked", 38 "origin": "cross-http", 39 "redirection": "keep-scheme", 40 "source_context_list": [], 41 "source_scheme": "https", 42 "subresource": "worklet-animation", 43 "subresource_policy_deliveries": [], 44 "test_description": "Mixed-Content: Expects blocked for worklet-animation to cross-http origin and keep-scheme redirection from https context." 45 }, 46 { 47 "expectation": "blocked", 48 "origin": "cross-http", 49 "redirection": "no-redirect", 50 "source_context_list": [], 51 "source_scheme": "https", 52 "subresource": "worklet-animation", 53 "subresource_policy_deliveries": [], 54 "test_description": "Mixed-Content: Expects blocked for worklet-animation to cross-http origin and no-redirect redirection from https context." 55 }, 56 { 57 "expectation": "blocked", 58 "origin": "cross-http", 59 "redirection": "swap-scheme", 60 "source_context_list": [], 61 "source_scheme": "https", 62 "subresource": "worklet-animation", 63 "subresource_policy_deliveries": [], 64 "test_description": "Mixed-Content: Expects blocked for worklet-animation to cross-http origin and swap-scheme redirection from https context." 65 }, 66 { 67 "expectation": "blocked", 68 "origin": "cross-https", 69 "redirection": "swap-scheme", 70 "source_context_list": [], 71 "source_scheme": "https", 72 "subresource": "worklet-animation", 73 "subresource_policy_deliveries": [], 74 "test_description": "Mixed-Content: Expects blocked for worklet-animation to cross-https origin and swap-scheme redirection from https context." 75 }, 76 { 77 "expectation": "blocked", 78 "origin": "same-http", 79 "redirection": "keep-scheme", 80 "source_context_list": [], 81 "source_scheme": "https", 82 "subresource": "worklet-animation", 83 "subresource_policy_deliveries": [], 84 "test_description": "Mixed-Content: Expects blocked for worklet-animation to same-http origin and keep-scheme redirection from https context." 85 }, 86 { 87 "expectation": "blocked", 88 "origin": "same-http", 89 "redirection": "no-redirect", 90 "source_context_list": [], 91 "source_scheme": "https", 92 "subresource": "worklet-animation", 93 "subresource_policy_deliveries": [], 94 "test_description": "Mixed-Content: Expects blocked for worklet-animation to same-http origin and no-redirect redirection from https context." 95 }, 96 { 97 "expectation": "blocked", 98 "origin": "same-http", 99 "redirection": "swap-scheme", 100 "source_context_list": [], 101 "source_scheme": "https", 102 "subresource": "worklet-animation", 103 "subresource_policy_deliveries": [], 104 "test_description": "Mixed-Content: Expects blocked for worklet-animation to same-http origin and swap-scheme redirection from https context." 105 }, 106 { 107 "expectation": "blocked", 108 "origin": "same-https", 109 "redirection": "swap-scheme", 110 "source_context_list": [], 111 "source_scheme": "https", 112 "subresource": "worklet-animation", 113 "subresource_policy_deliveries": [], 114 "test_description": "Mixed-Content: Expects blocked for worklet-animation to same-https origin and swap-scheme redirection from https context." 115 } 116 ], 117 new SanityChecker() 118 ).start(); 119 </script> 120 <div id="log"></div> 121 </body> 122 </html>