| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| index 14fd1488ec39037b26550367b070084e8ed3303d..cd8b6440fdae4c109e07afc1ce63e4b16e3aad11 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| @@ -26,7 +26,7 @@
|
| }));
|
|
|
| document.querySelector('picture').appendChild(img);
|
| - img.src = "http://127.0.0.1:8080/security/resources/compass.jpg";
|
| + img.src = "http://example.test:8080/security/resources/compass.jpg";
|
| });
|
| </script>
|
| </body>
|
|
|