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

Unified Diff: LayoutTests/http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.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/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.html
diff --git a/LayoutTests/http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.html b/LayoutTests/http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.html
index 880e3dd34cd4a53508c501a4fe21d32e94a0ab81..90db4f2f1078b9cad6d7206578f36aa6fadd5780 100644
--- a/LayoutTests/http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.html
+++ b/LayoutTests/http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.https.html
@@ -10,7 +10,6 @@
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
}
</script>
<iframe src="nonwebbyscheme://this-will-fail-but-no-mixed-content-error-should-appear"></iframe>

Powered by Google App Engine
This is Rietveld 408576698