HTTPS page that includes content retrieved through cleartext HTTP
Mixed content occurs when a document served over HTTPS contains content retrieved through cleartext HTTP. That makes the connection only partially encrypted and vulnerable to man-in-the-middle attacks. Therefore, browsers block such mixed content.
https://w3c.github.io/webappsec-mixed-content/ defines the relevant requirements for browsers.