Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/84db3b1204c1306cf6f98e0f42d61f54b29d5820
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/84db3b1204c1306cf6f98e0f42d61f54b29d5820
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/84db3b1204c1306cf6f98e0f42d61f54b29d5820
The branch, master has been updated
via 84db3b1204c1306cf6f98e0f42d61f54b29d5820 (commit)
from 2b2a8da3a2fb2a56422baf1d6588fc46852c8b5c (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=84db3b1204c1306cf6f98e0f42d61f54b29d5820
commit 84db3b1204c1306cf6f98e0f42d61f54b29d5820
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add trivial form html
diff --git a/html/form-post-button.html b/html/form-post-button.html
new file mode 100644
index 0000000..bc735b1
--- /dev/null
+++ b/html/form-post-button.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Button</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Button</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
+ <button name="button" value="Button">Button</button>
+ </form>
+ </body>
+</html>
diff --git a/html/form-post-input.html b/html/form-post-input.html
new file mode 100644
index 0000000..0c384cf
--- /dev/null
+++ b/html/form-post-input.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Input</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Input</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
+ <input type="submit" name="button" value="Button">
+ </form>
+ </body>
+</html>
-----------------------------------------------------------------------
Summary of changes:
html/form-post-button.html | 13 +++++++++++++
html/form-post-input.html | 13 +++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 html/form-post-button.html
create mode 100644 html/form-post-input.html
diff --git a/html/form-post-button.html b/html/form-post-button.html
new file mode 100644
index 0000000..bc735b1
--- /dev/null
+++ b/html/form-post-button.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Button</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Button</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
+ <button name="button" value="Button">Button</button>
+ </form>
+ </body>
+</html>
diff --git a/html/form-post-input.html b/html/form-post-input.html
new file mode 100644
index 0000000..0c384cf
--- /dev/null
+++ b/html/form-post-input.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Input</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Input</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
+ <input type="submit" name="button" value="Button">
+ </form>
+ </body>
+</html>
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org