gecko-dev/dom/security/test/csp/file_windowwatcher_subframe...

13 строки
225 B
HTML

<!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>