1<html>
2<head>
3<title>Test for https://bugs.webkit.org/show_bug.cgi?id=31539</title>
4
5<!-- Manual test for https://bugs.webkit.org/show_bug.cgi?id=31539.
6     Ensure that the value and defaultValue on a textarea is restored correctly when 
7     we restore form state (e.g. by hitting back after submitting a form). -->
8
9</head>
10<body>
11<h2>Manual test for https://bugs.webkit.org/show_bug.cgi?id=31539.</h2>
12<p>To run this test:</p>
13<ul>
14  <li>Change the text in the &lt;textarea&gt; below.</li>
15  <li>Submit the form. The form should navigate back immediately.</li>
16  <li>Note that the value in the text area matches what you entered before submitting the form, this is correct.</li>
17  <li>Now click the reset button for the form.
18  <li>The text in the &lt;textarea&gt; should now match '123', the default text for the &lt;textarea&gt;.</li>
19</ul>
20
21<iframe src="resources/textarea-form-back-on-submit.html" width="800" height="200" id="frame"></iframe>
22
23</body>
24</html>
25