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