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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 frame "<!--framePath //<!--frame0-->-->" - document requested 'https://127.0.0.1 :8443/security/mixedContent/resources/frame-with-insecure-image.html'
2 https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image .html - willSendRequest <NSURLRequest URL https://127.0.0.1:8443/security/mixedC ontent/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 G ET> redirectResponse (null)
3 https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image .html - didReceiveResponse <NSURLResponse https://127.0.0.1:8443/security/mixedC ontent/resources/frame-with-insecure-image.html, http status code 200>
4 https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image .html - didFinishLoading
5 frame "<!--framePath //<!--frame0-->-->" - img requested 'https://127.0.0.1:8443 /security/resources/compass.jpg'
6 https://127.0.0.1:8443/security/resources/compass.jpg - willSendRequest <NSURLRe quest URL https://127.0.0.1:8443/security/resources/compass.jpg, main document U RL https://127.0.0.1:8443/security/mixedContent/upgrade-image-in-frame.https.htm l, http method GET> redirectResponse (null)
7 frame "<!--framePath //<!--frame0-->-->" - img requested 'https://127.0.0.1:8443 /security/resources/compass.jpg'
8 https://127.0.0.1:8443/security/resources/compass.jpg - didReceiveResponse <NSUR LResponse https://127.0.0.1:8443/security/resources/compass.jpg, http status cod e 200>
9 https://127.0.0.1:8443/security/resources/compass.jpg - didFinishLoading
10 This test passes if the image in the frame below is loaded securely.
11
12
13
14 --------
15 Frame: '<!--framePath //<!--frame0-->-->'
16 --------
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698