| 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);
|
| }
|
|
|