summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/ancestor-throttle-iframe-xfo.https.html
blob: 267aa076c0bf8810448d5163d066a80bd0361aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<script src="utils.js"></script>
<title>Header Inheritance XFO Reporting Page</title>
<body>
<script>
// This file is embedded in an iframe by ancestor-throttle-inner.https.html
// which in turn has been embedded in a fenced frame by
// ancestor-throttle.https.html
async function init() {
  const [ancestor_key] = parseKeylist();
  writeValueToServer(ancestor_key, "loaded");
}

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