1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE HTML> <html> <!-- Test for https://bugzilla.mozilla.org/show_bug.cgi?id=1182551 --> <head> <meta charset="utf-8"> <title>HTTPS page with HTTP image</title> </head> <body> <img src="http://mochi.test:8888/tests/image/test/mochitest/blue.png"> </body> </html>