| Index: LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe.html b/LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe.html
|
| index 481823778c3ca6d5776c5dfe31d53b7163c3bbb2..1dfde57920afcdd7390b5a7f480dc01f087e0c27 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe.html
|
| @@ -1,8 +1,10 @@
|
| <html>
|
| <body>
|
| <script>
|
| -if (window.testRunner)
|
| +if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| + testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
|
| +}
|
| </script>
|
| <p>This test loads a secure iframe that loads an insecure script. We should
|
| trigger a mixed content callback even though the main frame is HTTP because the
|
|
|