Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/18fb6f01818b99c430b8e0fad9d04ca1bbe7141b
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/18fb6f01818b99c430b8e0fad9d04ca1bbe7141b
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/18fb6f01818b99c430b8e0fad9d04ca1bbe7141b

The branch, master has been updated
       via  18fb6f01818b99c430b8e0fad9d04ca1bbe7141b (commit)
      from  f12c073696878082e517c688c1cad12b54afe910 (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=18fb6f01818b99c430b8e0fad9d04ca1bbe7141b
commit 18fb6f01818b99c430b8e0fad9d04ca1bbe7141b
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Tests: Add an iframe test.

diff --git a/html/iframe.html b/html/iframe.html
new file mode 100644
index 0000000..cfa9cb2
--- /dev/null
+++ b/html/iframe.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+  <title>Iframe test</title>
+  <style>
+   html {
+    background: #ccc;
+   }
+   body {
+    padding: 3em;
+   }
+   iframe {
+    width: 700px;
+    height: 500px;
+    border: 1px solid #000;
+   }
+  </style>
+ </head>
+ <body>
+  <iframe src="about:welcome"></iframe>
+ </body>
+</html>
\ No newline at end of file


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

Summary of changes:
 html/iframe.html |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 html/iframe.html

diff --git a/html/iframe.html b/html/iframe.html
new file mode 100644
index 0000000..cfa9cb2
--- /dev/null
+++ b/html/iframe.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+  <title>Iframe test</title>
+  <style>
+   html {
+    background: #ccc;
+   }
+   body {
+    padding: 3em;
+   }
+   iframe {
+    width: 700px;
+    height: 500px;
+    border: 1px solid #000;
+   }
+  </style>
+ </head>
+ <body>
+  <iframe src="about:welcome"></iframe>
+ </body>
+</html>
\ No newline at end of file


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