3 <title>Test for https://bugs.webkit.org/show_bug.cgi?id=
31539</title>
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). -->
11 <h2>Manual test for https://bugs.webkit.org/show_bug.cgi?id=
31539.
</h2>
12 <p>To run this test:
</p>
14 <li>Change the text in the
<textarea
> 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
<textarea
> should now match '
123', the default text for the
<textarea
>.
</li>
21 <iframe src=
"resources/textarea-form-back-on-submit.html" width=
"800" height=
"200" id=
"frame"></iframe>