1
0
Fork 0
firefox/testing/web-platform/tests/fenced-frame/resources/csp-frame-src-blocked-inner.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>