| Index: LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-xhr-in-main-frame.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-xhr-in-main-frame.html b/LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-xhr-in-main-frame.html
|
| similarity index 99%
|
| copy from LayoutTests/http/tests/security/mixedContent/insecure-xhr-in-main-frame.html
|
| copy to LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-xhr-in-main-frame.html
|
| index be882fcc2f79798b870a4853d47a9f53451472b1..0f61baa4fba021f11d936b2793aa60e9a6baffb6 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-xhr-in-main-frame.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-xhr-in-main-frame.html
|
| @@ -8,7 +8,6 @@ if (window.testRunner) {
|
| testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
|
| }
|
| -
|
| window.addEventListener("message", function (e) {
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
|
|