blob: 128ba27af5c0eba10bada8683a41e2c2c17136f5 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ enableIsSecureContextAttribute=false ] -->
<html>
<head>
<script src="../resources/js-test.js"></script>
</head>
<body>
<script>
window.jsTestIsAsync = true;
description("Tests that global property isSecureContexts is undefined when the Setting isSecureContextAttributeEnabled is disabled.");
shouldBeUndefined("window.isSecureContext");
startWorker("resources/worker-isSecureContext-disabled.js");
</script>
</body>
</html>