Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/03ff7c084414af908edf2b36a238c95a9876be7b
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/03ff7c084414af908edf2b36a238c95a9876be7b
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/03ff7c084414af908edf2b36a238c95a9876be7b

The branch, master has been updated
       via  03ff7c084414af908edf2b36a238c95a9876be7b (commit)
      from  a9a81be38470fd0cd45e85a9da1d8be624d0516e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=03ff7c084414af908edf2b36a238c95a9876be7b
commit 03ff7c084414af908edf2b36a238c95a9876be7b
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add form textarea html

diff --git a/html/form-post-textarea.html b/html/form-post-textarea.html
new file mode 100644
index 0000000..95dd486
--- /dev/null
+++ b/html/form-post-textarea.html
@@ -0,0 +1,13 @@
+<!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"></textarea>
+    <input type="submit" name="button" value="Button">
+  </form>
+ </body>
+</html>


-----------------------------------------------------------------------

Summary of changes:
 html/{form-post-input.html => form-post-textarea.html} |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 copy html/{form-post-input.html => form-post-textarea.html} (62%)

diff --git a/html/form-post-input.html b/html/form-post-textarea.html
similarity index 62%
copy from html/form-post-input.html
copy to html/form-post-textarea.html
index 3406dc2..95dd486 100644
--- a/html/form-post-input.html
+++ b/html/form-post-textarea.html
@@ -1,11 +1,12 @@
 <!DOCTYPE html>
 <html>
  <head>
-  <title>Trivial Post Form Input</title>
+  <title>Trivial Post Form Textarea</title>
  </head>
  <body>
-  <h1>Trivial Post Form Input</h1>
+  <h1>Trivial Post Form Textarea</h1>
   <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"; 
method="post">
+    <textarea name="textarea"></textarea>
     <input type="submit" name="button" value="Button">
   </form>
  </body>


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to