summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/shared-storage/resources/frame0.html
blob: c9b559fe83a6e04f58364037976e82dbaa44591a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<script src="/fenced-frame/resources/utils.js"></script>
<body>
<script>
async function init() {
  const [ancestor_key] = parseKeylist();
  writeValueToServer(ancestor_key, "frame0_loaded");
}

init();
</script>
</body>
</html>