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

Unified Diff: LayoutTests/http/tests/security/mixedContent/upgrade-image-in-frame.https-expected.txt

Issue 901903003: CSP: Adding the 'upgrade-insecure-requests' directive. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
Index: LayoutTests/http/tests/security/mixedContent/upgrade-image-in-frame.https-expected.txt
diff --git a/LayoutTests/http/tests/security/mixedContent/upgrade-image-in-frame.https-expected.txt b/LayoutTests/http/tests/security/mixedContent/upgrade-image-in-frame.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..010b292a1c9c0c8594571f0639074c0d6934461e
--- /dev/null
+++ b/LayoutTests/http/tests/security/mixedContent/upgrade-image-in-frame.https-expected.txt
@@ -0,0 +1,17 @@
+frame "<!--framePath //<!--frame0-->-->" - document requested 'https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html'
+https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html - willSendRequest <NSURLRequest URL https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html, main document URL https://127.0.0.1:8443/security/mixedContent/upgrade-image-in-frame.https.html, http method GET> redirectResponse (null)
+https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html - didReceiveResponse <NSURLResponse https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html, http status code 200>
+https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html - didFinishLoading
+frame "<!--framePath //<!--frame0-->-->" - img requested 'https://127.0.0.1:8443/security/resources/compass.jpg'
+https://127.0.0.1:8443/security/resources/compass.jpg - willSendRequest <NSURLRequest URL https://127.0.0.1:8443/security/resources/compass.jpg, main document URL https://127.0.0.1:8443/security/mixedContent/upgrade-image-in-frame.https.html, http method GET> redirectResponse (null)
+frame "<!--framePath //<!--frame0-->-->" - img requested 'https://127.0.0.1:8443/security/resources/compass.jpg'
+https://127.0.0.1:8443/security/resources/compass.jpg - didReceiveResponse <NSURLResponse https://127.0.0.1:8443/security/resources/compass.jpg, http status code 200>
+https://127.0.0.1:8443/security/resources/compass.jpg - didFinishLoading
+This test passes if the image in the frame below is loaded securely.
+
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+

Powered by Google App Engine
This is Rietveld 408576698