OLD | NEW |
---|---|
1 This test loads a secure iframe that loads an insecure image. We should *not* ge t a mixed content callback becase the main frame is HTTP and the image doesn't c ontaminate the child iframe's security origin with mixed content. | 1 CONSOLE WARNING: line 1: The page at 'https://127.0.0.1:8443/security/mixedConte nt/resources/frame-with-insecure-image.html' was loaded over HTTPS, but displaye d insecure content from 'http://127.0.0.1:8080/security/resources/compass.jpg': this content should also be loaded over HTTPS. |
2 | 2 |
3 This test loads a secure iframe that loads an insecure image. We should get a mi xed content callback becase the frame is HTTPS and the image is not. | |
4 | |
3 | 5 |
OLD | NEW |