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

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

Issue 1931063004: Stop blocking 'http://127.0.0.1/' as mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 6 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: third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
index 83f5cf3d20f8fe17df3e0709d6b4ab577679eade..2a0c27fb4899607baf3bb991a8b4684fea7d976e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
@@ -30,5 +30,5 @@ function test() {
</head>
<body onload="test();">
<img src="resources/delete-ping.php?test=cross-origin-from-https" onload="test();" onerror="test();"></img>
-<a id="a" href="/navigation/resources/notify-done.html" ping="http://localhost:8000/navigation/resources/save-Ping.php?test=cross-origin-from-https">Navigate and send ping</a>
+<a id="a" href="/navigation/resources/notify-done.html" ping="http://example.test:8000/navigation/resources/save-Ping.php?test=cross-origin-from-https">Navigate and send ping</a>
</body></html>

Powered by Google App Engine
This is Rietveld 408576698