blob: 1ef7e73b5efad2c7b4f45c20cc418eedb963038c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
|