Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/a9a81be38470fd0cd45e85a9da1d8be624d0516e
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/a9a81be38470fd0cd45e85a9da1d8be624d0516e
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/a9a81be38470fd0cd45e85a9da1d8be624d0516e
The branch, master has been updated
via a9a81be38470fd0cd45e85a9da1d8be624d0516e (commit)
from 84db3b1204c1306cf6f98e0f42d61f54b29d5820 (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=a9a81be38470fd0cd45e85a9da1d8be624d0516e
commit a9a81be38470fd0cd45e85a9da1d8be624d0516e
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add multi button form
diff --git a/html/form-post-button.html b/html/form-post-button.html
index bc735b1..892d86f 100644
--- a/html/form-post-button.html
+++ b/html/form-post-button.html
@@ -5,7 +5,6 @@
</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>
diff --git a/html/form-post-buttons.html b/html/form-post-buttons.html
new file mode 100644
index 0000000..b37006d
--- /dev/null
+++ b/html/form-post-buttons.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Multiple Buttons</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Multiple Buttons</h1>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
+ <button name="button" value="Button">Button</button>
+ <button name="button2" value="Button2">Button2</button>
+ </form>
+ </body>
+</html>
diff --git a/html/form-post-input.html b/html/form-post-input.html
index 0c384cf..3406dc2 100644
--- a/html/form-post-input.html
+++ b/html/form-post-input.html
@@ -5,7 +5,6 @@
</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>
-----------------------------------------------------------------------
Summary of changes:
html/form-post-button.html | 1 -
html/{form-post-button.html => form-post-buttons.html} | 6 +++---
html/form-post-input.html | 1 -
3 files changed, 3 insertions(+), 5 deletions(-)
copy html/{form-post-button.html => form-post-buttons.html} (57%)
diff --git a/html/form-post-button.html b/html/form-post-button.html
index bc735b1..892d86f 100644
--- a/html/form-post-button.html
+++ b/html/form-post-button.html
@@ -5,7 +5,6 @@
</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>
diff --git a/html/form-post-button.html b/html/form-post-buttons.html
similarity index 57%
copy from html/form-post-button.html
copy to html/form-post-buttons.html
index bc735b1..b37006d 100644
--- a/html/form-post-button.html
+++ b/html/form-post-buttons.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
- <title>Trivial Post Form Button</title>
+ <title>Trivial Post Form Multiple Buttons</title>
</head>
<body>
- <h1>Trivial Post Form Button</h1>
- <p>Hello!</p>
+ <h1>Trivial Post Form Multiple Buttons</h1>
<form action="https://test.netsurf-browser.org/cgi-bin/env.cgi"
method="post">
<button name="button" value="Button">Button</button>
+ <button name="button2" value="Button2">Button2</button>
</form>
</body>
</html>
diff --git a/html/form-post-input.html b/html/form-post-input.html
index 0c384cf..3406dc2 100644
--- a/html/form-post-input.html
+++ b/html/form-post-input.html
@@ -5,7 +5,6 @@
</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>
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org