summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/test_form.html
blob: db1b900e8b236dd2f94092dac7d6f9f693ca3a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Test for Bug 1260931</title>
</head>
<body>
<form action="test_firstParty_http_redirect_to_same_domain.html" method="POST">
   First name: <input type="text" name="fname"><br>
   Last name: <input type="text" name="lname"><br>
   <input type="submit" id="submit" value="Submit">
</form>
</body>
</html>