| Index: LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-srcset-in-main-frame-blocked.html b/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html
|
| similarity index 93%
|
| copy from LayoutTests/http/tests/security/mixedContent/insecure-srcset-in-main-frame-blocked.html
|
| copy to LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html
|
| index 3cc3d8b66ff7936bececef4a2dbfc61b7edf3f1a..b706b290f0d36eb3b3c228fe56094ad966435644 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-srcset-in-main-frame-blocked.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html
|
| @@ -17,7 +17,7 @@ window.addEventListener("message", function (e) {
|
| </script>
|
| <p>This test opens a window that loads an insecure image with a srcset attribute.</p>
|
| <script>
|
| -window.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-srcset.html");
|
| +window.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-empty-srcset.html");
|
| </script>
|
| </body>
|
| </html>
|
|
|