12 lines
316 B
HTML
12 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Secure to Insecure Test</title>
|
|
</head>
|
|
<body>
|
|
<form id="test_form" action="http://example.org/browser/dom/html/test/bug436200.html">
|
|
<button type="submit" id="submit_button">Submit</button>
|
|
</form>
|
|
</body>
|
|
</html>
|