diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 20:37:09 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 20:37:09 +0200 |
commit | a38e87d455f6ad3637deeae20d2ddc57430b498d (patch) | |
tree | 8321602cb9e8508d94b806a753f70b1575d48da1 /docshell/test/navigation/file_contentpolicy_block_window.html | |
parent | 660d01438a6a29ebd43f592ac7d6df2dad6a6962 (diff) | |
download | UXP-a38e87d455f6ad3637deeae20d2ddc57430b498d.tar UXP-a38e87d455f6ad3637deeae20d2ddc57430b498d.tar.gz UXP-a38e87d455f6ad3637deeae20d2ddc57430b498d.tar.lz UXP-a38e87d455f6ad3637deeae20d2ddc57430b498d.tar.xz UXP-a38e87d455f6ad3637deeae20d2ddc57430b498d.zip |
Bug 1329288 - Test ContentPolicy blocks opening a new window
Diffstat (limited to 'docshell/test/navigation/file_contentpolicy_block_window.html')
-rw-r--r-- | docshell/test/navigation/file_contentpolicy_block_window.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docshell/test/navigation/file_contentpolicy_block_window.html b/docshell/test/navigation/file_contentpolicy_block_window.html new file mode 100644 index 000000000..c51e574e5 --- /dev/null +++ b/docshell/test/navigation/file_contentpolicy_block_window.html @@ -0,0 +1,5 @@ +<html> +<body> +This window should never be openend! +</body> +</html> |