blob: 2882f8726dd613ad8b2b7d64373a7bc718004511 [file] [edit]
<!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(window.subApps, undefined);
assert_equals(window.SubApps, undefined);
}, 'subApps is not defined in insecure context.');
</script>