| Index: LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html b/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
|
| index 8ca35045069bfc0a3e87f4351bf93f0e0dd199ca..b9b36bb946cc3f9262b36cb1916b93f2607aad57 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-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 (but with a
|
| tricky redirect). We should trigger a mixed content callback because an active
|
|
|