diff options
| author | Victor Safronovich <vsafronovich@gmail.com> | 2013-05-04 18:47:18 +0600 |
|---|---|---|
| committer | Victor Safronovich <vsafronovich@gmail.com> | 2013-05-04 18:47:18 +0600 |
| commit | 757cb813edbbc3dd5b40e57ad62496e18bb89bf8 (patch) | |
| tree | b129bd9f3d7f01202dc653dad42bfc9934c266ca /tests/html/form_inputs.html | |
| parent | 9a8058ac5fe4bfd5a2bd49e6004f85dd19ed365d (diff) | |
| download | webtest-757cb813edbbc3dd5b40e57ad62496e18bb89bf8.tar.gz | |
remove leading newline from textarea
Diffstat (limited to 'tests/html/form_inputs.html')
| -rw-r--r-- | tests/html/form_inputs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/html/form_inputs.html b/tests/html/form_inputs.html index 3a5e742..5f046d9 100644 --- a/tests/html/form_inputs.html +++ b/tests/html/form_inputs.html @@ -32,5 +32,10 @@ <form method="POST" id="textarea_input_form"> <textarea name="textarea">'foo&bar'</textarea> </form> + <form method="POST" id="textarea_emptyline_form"> + <textarea name="textarea"> +aaa</textarea> + </form> + </body> </html> |
