Mypal/docshell/test/navigation/file_triggeringprincipal_iframe_iframe_window_open_frame_b.html

16 lines
215 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html>
<body>
Frame B navigating Frame A
<script type="text/javascript">
window.open("file_triggeringprincipal_iframe_iframe_window_open_frame_a_nav.html", "framea");
</script>
</body>
</html>