blob: 716e803da0ada8f9dd1a3ed9768b03b05bb844c9 [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, "frame4_loaded");
}
init();
</script>
</body>
</html>