Side by Side Diff: LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt
Issue 673603002:
Reland: Make the HTMLDocumentParser yield more aggressively (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined
Created 5 years, 11 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html' was loaded over HTTPS, but requested an insecure image 'http://127.0.0.1:8080/security/resources/compass.jpg'. This content should also be served over HTTPS.
1CONSOLE WARNING: line 9: Mixed Content: The page at 'https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html' was loaded over HTTPS, but requested an insecure image 'http://127.0.0.1:8080/security/resources/compass.jpg'. This content should also be served over HTTPS.
2 This test opens a window that loads an insecure image. We should trigger a mixed
content callback even though we've set the preference to block this, because we
've overriden the preference via a web permission client callback.
2 This test opens a window that loads an insecure image. We should trigger a mixed
content callback even though we've set the preference to block this, because we
've overriden the preference via a web permission client callback.
Issue 673603002: Reland: Make the HTMLDocumentParser yield more aggressively
(Closed)
Created 6 years, 2 months ago by kouhei (in TOK)
Modified 5 years, 11 months ago
Reviewers: haraken, Sami (do not use), tyoshino (SeeGerritForStatus), dmazzoni
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 3