summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_frameancestors_userpass_frame_a.html
blob: d5a5bb604b7593244ff8e1d4f3a709d1ae947dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <title>Nested frame</title>
  <script>
  parent.parent.postMessage({call: "frameLoaded", testname: "frame_a", uri: window.location.toString()}, "*");
  </script>
</head>
<body>
  <tt>IFRAME A</tt><br/>
  <iframe src='http://sampleuser:samplepass@mochi.test:8888/tests/dom/security/test/csp/file_frameancestors_userpass_frame_c.html'></iframe><br/>
</body>
</html>