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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css

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/security/mixedContent/resources/fetch-insecure-css-resources.css
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css
index f76b24a4d3da1f5f51f8bdf4ccc5116fe82f8c91..a410502233a57335b51470bebad43b5466a75588 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css
+++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css
@@ -1,9 +1,9 @@
@font-face {
font-family: ahem;
- src: url(http://127.0.0.1:8080/css/resources/cors-ahem.php);
+ src: url(http://example.test:8080/css/resources/cors-ahem.php);
}
html {
font-family: ahem;
- background-image: url(http://127.0.0.1:8080/resources/square20.png);
+ background-image: url(http://example.test:8080/resources/square20.png);
}

Powered by Google App Engine
This is Rietveld 408576698