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