1
0
Fork 0
firefox/dom/security/test/csp/file_frameancestors_userpass.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

10 lines
406 B
HTML

<html>
<head>
<title>CSP frame ancestors tests</title>
</head>
<body>
<tt>Nested Frames</tt><br/>
<iframe src='http://sampleuser:samplepass@mochi.test:8888/tests/dom/security/test/csp/file_frameancestors_userpass_frame_a.html'></iframe><br/>
<iframe src='http://sampleuser:samplepass@example.com/tests/dom/security/test/csp/file_frameancestors_userpass_frame_b.html'></iframe><br/>
</body>
</html>