summaryrefslogtreecommitdiff
path: root/html/form-post-textarea-20k.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-23 11:00:14 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-23 11:00:14 +0000
commitd6c6a872bc503f3d7af4662083a079b38a524dc3 (patch)
tree5394504706b110541814b69dc420324fe638cf71 /html/form-post-textarea-20k.html
parent03ff7c084414af908edf2b36a238c95a9876be7b (diff)
downloadnetsurf-test-d6c6a872bc503f3d7af4662083a079b38a524dc3.tar.gz
netsurf-test-d6c6a872bc503f3d7af4662083a079b38a524dc3.tar.bz2
add form with 20k textarea
Diffstat (limited to 'html/form-post-textarea-20k.html')
-rw-r--r--html/form-post-textarea-20k.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/html/form-post-textarea-20k.html b/html/form-post-textarea-20k.html
new file mode 100644
index 0000000..ce278c1
--- /dev/null
+++ b/html/form-post-textarea-20k.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Textarea</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Textarea</h1>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
+ <textarea name="textarea">0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789</textarea>
+ <input type="submit" name="button" value="Button">
+ </form>
+ </body>
+</html>