Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/0cdd48b77844bf9339d1c2a2c2658cdb146f2c88
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/0cdd48b77844bf9339d1c2a2c2658cdb146f2c88
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/0cdd48b77844bf9339d1c2a2c2658cdb146f2c88

The branch, master has been updated
       via  0cdd48b77844bf9339d1c2a2c2658cdb146f2c88 (commit)
      from  48f3df0633eead0028391c5b980eb989d14eb34e (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=0cdd48b77844bf9339d1c2a2c2658cdb146f2c88
commit 0cdd48b77844bf9339d1c2a2c2658cdb146f2c88
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Add trivial document with forced http

diff --git a/html/trivial-document-with-http-png.html 
b/html/trivial-document-with-http-png.html
new file mode 100644
index 0000000..2add788
--- /dev/null
+++ b/html/trivial-document-with-http-png.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+  <title>Trivial document with PNG</title>
+ </head>
+ <body>
+  <h1>Trivial document with PNG</h1>
+  <p><img 
src="http://test.netsurf-browser.org/cgi-bin/image.cgi?format=png&width=40&height=30";></p>
+ </body>
+</html>


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

Summary of changes:
 ...al-document-with-png.html => trivial-document-with-http-png.html} |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy html/{trivial-document-with-png.html => 
trivial-document-with-http-png.html} (58%)

diff --git a/html/trivial-document-with-png.html 
b/html/trivial-document-with-http-png.html
similarity index 58%
copy from html/trivial-document-with-png.html
copy to html/trivial-document-with-http-png.html
index c7287ec..2add788 100644
--- a/html/trivial-document-with-png.html
+++ b/html/trivial-document-with-http-png.html
@@ -5,6 +5,6 @@
  </head>
  <body>
   <h1>Trivial document with PNG</h1>
-  <p><img 
src="https://test.netsurf-browser.org/cgi-bin/image.cgi?format=png&width=40&height=30";></p>
+  <p><img 
src="http://test.netsurf-browser.org/cgi-bin/image.cgi?format=png&width=40&height=30";></p>
  </body>
 </html>


-- 
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