summaryrefslogtreecommitdiff
path: root/tests/html/form_inputs.html
diff options
context:
space:
mode:
authorVictor Safronovich <vsafronovich@gmail.com>2013-05-04 18:47:18 +0600
committerVictor Safronovich <vsafronovich@gmail.com>2013-05-04 18:47:18 +0600
commit757cb813edbbc3dd5b40e57ad62496e18bb89bf8 (patch)
treeb129bd9f3d7f01202dc653dad42bfc9934c266ca /tests/html/form_inputs.html
parent9a8058ac5fe4bfd5a2bd49e6004f85dd19ed365d (diff)
downloadwebtest-757cb813edbbc3dd5b40e57ad62496e18bb89bf8.tar.gz
remove leading newline from textarea
Diffstat (limited to 'tests/html/form_inputs.html')
-rw-r--r--tests/html/form_inputs.html5
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">&#39;&#x66;&#x6f;&#x6f;&amp;&#x62;&#x61;&#x72;&#39;</textarea>
</form>
+ <form method="POST" id="textarea_emptyline_form">
+ <textarea name="textarea">
+aaa</textarea>
+ </form>
+
</body>
</html>