| Index: chrome/test/data/ssl/page_with_unsafe_popup.html
|
| diff --git a/chrome/test/data/ssl/page_with_unsafe_popup.html b/chrome/test/data/ssl/page_with_unsafe_popup.html
|
| index b18cd6a836ccde7cfd39830b75e25174c312fab5..a515f75371f3661fd00c3c29ff503c3c0ba31780 100644
|
| --- a/chrome/test/data/ssl/page_with_unsafe_popup.html
|
| +++ b/chrome/test/data/ssl/page_with_unsafe_popup.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| This page opens a popup on an insecure page.
|
| <script>
|
| - window.open('https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html', 'Portnawak',
|
| + window.open('https://REPLACE_WITH_HOST_AND_PORT/ssl/bad_iframe.html', 'Portnawak',
|
| "status = 1, height = 300, width = 300, resizable = 0" );
|
| </script>
|
| </html>
|
|
|