blob: ada4a846e896cf8c89d0e6db7b6bf3b9772624f8 [file] [log] [blame]
<!DOCTYPE html>
<title>Sub Apps: subApps is undefined in insecure context (non-https)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(() => {
assert_equals(navigator.subApps, undefined);
assert_equals(window.SubApps, undefined);
}, 'subApps is not defined in insecure context.');
</script>