file_mixed_content_auto_upgrade_display_console.html (617B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title> 5 Bug 1673574 - Improve Console logging for mixed content auto upgrading 6 </title> 7 <!-- The following file does in fact not exist because we only care if it shows up in the console --> 8 <link 9 href="http://example.com/file_mixed_content_auto_upgrade_display_console_favicon.jpg" 10 rel="shortcut icon" 11 /> 12 </head> 13 <body> 14 <!-- The following file does in fact not exist because we only care if it shows up in the console --> 15 <img 16 src="http://example.com/file_mixed_content_auto_upgrade_display_console.jpg" 17 /> 18 </body> 19 </html>