trisquel-icecat/icecat/testing/web-platform/tests/fenced-frame/resources/csp-frame-src-blocked-inner.html

9 lines
No EOL
317 B
HTML

<!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-frame-src-blocked.html`
// in the parent directory because of CSP violation.
const [key] = parseKeylist();
writeValueToServer(key, "loaded");
</script>