summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/resources/textarea-form-back-on-submit.html
blob: 2348e2d91b4c8c646bf2953ec85152c5a167048b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title>Form with a textarea that goes back on submit</title>
</head>
<body>
<form id="form" method="get" action="data:text/html,<body onload='history.back()'></body>">
  <p>
  <textarea name="text" rows="3" cols="10" id="textarea">123</textarea><br />
  <br />
  <input type="submit" />
  <input type="reset" />
  </p>
</form>

</body>
</html>