summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_triggeringprincipal_iframe_iframe_window_open_frame_b.html
blob: e5d40b267a4702eb93a1053a0b3de2f7c41ebfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>