summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/csp-fenced-frame-src-blocked-inner.html
blob: 990f5ee469eb8d06a76f1f2fe7d8abb0b199ba32 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<script src="utils.js"></script>
<title>Page embedded as a fenced frame</title>
<script>
  // This file is expected to be unreachable from
  // `csp-fenced-frame-src-blocked.html` in the parent directory because of CSP
  // violation.
  const [key] = parseKeylist();
  writeValueToServer(key, "loaded");
</script>