Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html

Issue 467533002: Aligned srcset mixedContent blocking to the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a separate test Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698