Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html

Issue 961633002: Mixed Content: Remove redundant pref from tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
diff --git a/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html b/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
index 83f5cf3d20f8fe17df3e0709d6b4ab577679eade..0ac99c1d6097f9daca248c3f401af6a6131c3652 100644
--- a/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
+++ b/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
@@ -11,7 +11,6 @@ function test() {
testRunner.overridePreference("WebKitHyperlinkAuditingEnabled", 1);
testRunner.waitUntilDone();
testRunner.dumpPingLoaderCallbacks();
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
testRunner.setAllowRunningOfInsecureContent(false);
}
testCalled = true;

Powered by Google App Engine
This is Rietveld 408576698