10 lines
406 B
HTML
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>
|