insecure-context-error.tentative.html (375B)
1 <!DOCTYPE html> 2 <title>Sub Apps: subApps is undefined in insecure context (non-https)</title> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script> 6 7 test(() => { 8 assert_equals(navigator.subApps, undefined); 9 assert_equals(window.SubApps, undefined); 10 }, 'subApps is not defined in insecure context.'); 11 12 </script>