summaryrefslogtreecommitdiff
path: root/html/form-post-textarea-2k.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-23 11:04:07 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-23 11:04:07 +0000
commitd7cdf833478a2d1a526bda3afbe51af9e1c6f707 (patch)
tree09617182f4c6b1d08e8b5655e5259d99e5e12f71 /html/form-post-textarea-2k.html
parentd6c6a872bc503f3d7af4662083a079b38a524dc3 (diff)
downloadnetsurf-test-d7cdf833478a2d1a526bda3afbe51af9e1c6f707.tar.gz
netsurf-test-d7cdf833478a2d1a526bda3afbe51af9e1c6f707.tar.bz2
add 2k textarea example
Diffstat (limited to 'html/form-post-textarea-2k.html')
-rw-r--r--html/form-post-textarea-2k.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/html/form-post-textarea-2k.html b/html/form-post-textarea-2k.html
new file mode 100644
index 0000000..ce278c1
--- /dev/null
+++ b/html/form-post-textarea-2k.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>