summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/ancestor-throttle-iframe-csp.https.html
blob: 28fadb296cc430a9ef357d4a95ac40dd3615de3d (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 CSP 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>