- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / ssl / page_with_unsafe_popup.html
1 <html>
2 This page opens a popup on an insecure page.
3 <script>
4   window.open('https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html', 'Portnawak',
5               "status = 1, height = 300, width = 300, resizable = 0" );
6 </script>
7 </html>