file_console_logging.html (551B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Bug 1625448 - HTTPS Only Mode - Tests for console logging</title> 6 </head> 7 <body> 8 <!-- These files don't exist since we only care if the webserver can respond. --> 9 <!-- This request can get upgraded. --> 10 <img src="http://example.com/file_1.jpg"> 11 <!-- This request can't get upgraded --> 12 <img src="http://self-signed.example.com/file_2.jpg"> 13 14 <iframe src="http://self-signed.example.com/browser/dom/security/test/https-only/file_console_logging.html"></iframe> 15 </body> 16 </html>