blob: bbbc067ce01f45c9386c0448bb86f7480295edad [file] [edit]
<!DOCTYPE html>
<html>
<script src="/fenced-frame/resources/utils.js"></script>
<body>
<script>
async function init() {
const [ancestor_key] = parseKeylist();
writeValueToServer(ancestor_key, "frame2_loaded");
}
init();
</script>
</body>
</html>