diff options
Diffstat (limited to 'docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html')
-rw-r--r-- | docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html b/docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html new file mode 100644 index 000000000..f4a4d0e63 --- /dev/null +++ b/docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> +navigated by window.open() +</body> +</html> |