summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_windowwatcher_subframeB.html
blob: e7ef422313a58bd61aaac1063aa94f9f10872dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<body>
subFrame B

<script>
function openWin() {
  parent.frameC.open.call(parent.frameD, "http://example.com/tests/dom/security/test/csp/file_windowwatcher_win_open.html");
}
</script>
</body>
</html>