| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
|
| index 09681bc6b3af844f46168a319173cfcf31339bfd..47b6edad2854fce9868520a5f2c2904d2c8581be 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
|
| @@ -21,7 +21,7 @@
|
| var expectations = {
|
| 'documentURI': document.location.toString(),
|
| 'referrer': document.referrer,
|
| - 'blockedURI': 'http://127.0.0.1:8080/security/resources/compass.jpg?t=1',
|
| + 'blockedURI': 'http://example.test:8080/security/resources/compass.jpg?t=1',
|
| 'violatedDirective': 'block-all-mixed-content',
|
| 'effectiveDirective': 'block-all-mixed-content',
|
| 'originalPolicy': 'block-all-mixed-content',
|
| @@ -35,6 +35,6 @@
|
| })
|
| ]).then(t.step_func_done());
|
|
|
| - i.src = "http://127.0.0.1:8080/security/resources/compass.jpg?t=1";
|
| + i.src = "http://example.test:8080/security/resources/compass.jpg?t=1";
|
| }, "Mixed images are blocked and generate CSP violation reports in the presence of 'block-all-mixed-content'.");
|
| </script>
|
|
|