| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html
|
| index 4322c87d22741cab26473f2588a2e47010e04333..e0937f467cf3344794be1e6057a06ce1eff7aff5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html
|
| @@ -5,4 +5,4 @@ function frameLoaded() {
|
| }
|
| </script>
|
| <iframe onload="frameLoaded()"
|
| - src="http://127.0.0.1:8080/security/resources/redir.php?url=https://127.0.0.1:8443/security/mixedContent/resources/boring.html"></iframe>
|
| + src="http://example.test:8080/security/resources/redir.php?url=https://127.0.0.1:8443/security/mixedContent/resources/boring.html"></iframe>
|
|
|