<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="/js-test-resources/js-test.js"></script> | |
<script src="./resources/util.js"></script> | |
<script> | |
description("Tests that a frame that doesn't share the same origin with all its ancestors could not access the API."); | |
jsTestIsAsync = true; | |
window.addEventListener("message", receiveMessage, false); | |
</script> | |
</head> | |
<body> | |
<iframe src="https://localhost:8443/webauthn/resources/second-layer-frame.https.html"></iframe> | |
</body> | |
</html> |