summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data')
-rw-r--r--chrome/test/data/ssl/page_with_unsafe_popup.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/data/ssl/page_with_unsafe_popup.html b/chrome/test/data/ssl/page_with_unsafe_popup.html
new file mode 100644
index 0000000..093aef7
--- /dev/null
+++ b/chrome/test/data/ssl/page_with_unsafe_popup.html
@@ -0,0 +1,7 @@
+<html>
+This page opens a popup on an insecure page.
+<script>
+ window.open('https://127.0.0.1:9666/files/ssl/bad_iframe.html', 'Portnawak',
+ "status = 1, height = 300, width = 300, resizable = 0" );
+</script>
+</html>