blob: c840995b6cfcda282e8de1dbbb8b5203b26fba60 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
|