diff options
Diffstat (limited to 'dom/security/test/csp/file_win_open_blocked.html')
-rw-r--r-- | dom/security/test/csp/file_win_open_blocked.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_win_open_blocked.html b/dom/security/test/csp/file_win_open_blocked.html new file mode 100644 index 0000000000..2d0828a872 --- /dev/null +++ b/dom/security/test/csp/file_win_open_blocked.html @@ -0,0 +1,3 @@ +<script> + window.opener.postMessage('window-opened', '*'); +</script> |