blob: 52f6dd32765aa1481c281b484f56c150336143d6 [file] [log] [blame]
<html>
<head><title>Page that displays an insecure form</title>
</head>
<body>
This page contains an form which targets a non-secure URL,
causing insecure content (when this page is loaded over https).<br>
<form action="http://does-not-exist.test/ssl/google_files/logo.gif">
<input type="submit" />
</form>
</body>
</html>