Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/ce27c1e2609687a2a2d71b3ceca82c595d0da005
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/ce27c1e2609687a2a2d71b3ceca82c595d0da005
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/ce27c1e2609687a2a2d71b3ceca82c595d0da005
The branch, master has been updated
via ce27c1e2609687a2a2d71b3ceca82c595d0da005 (commit)
from 75ad7863443a4a0e8d53be27bab3e0007c72d510 (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=ce27c1e2609687a2a2d71b3ceca82c595d0da005
commit ce27c1e2609687a2a2d71b3ceca82c595d0da005
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Tests: Add bad SSL iframe.
diff --git a/html/bad-ssl-iframe.html b/html/bad-ssl-iframe.html
new file mode 100644
index 0000000..b2ae236
--- /dev/null
+++ b/html/bad-ssl-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="https://expired.badssl.com/"></iframe>
+ </body>
+</html>
-----------------------------------------------------------------------
Summary of changes:
html/{iframe.html => bad-ssl-iframe.html} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
copy html/{iframe.html => bad-ssl-iframe.html} (80%)
diff --git a/html/iframe.html b/html/bad-ssl-iframe.html
similarity index 80%
copy from html/iframe.html
copy to html/bad-ssl-iframe.html
index cfa9cb2..b2ae236 100644
--- a/html/iframe.html
+++ b/html/bad-ssl-iframe.html
@@ -17,6 +17,6 @@
</style>
</head>
<body>
- <iframe src="about:welcome"></iframe>
+ <iframe src="https://expired.badssl.com/"></iframe>
</body>
-</html>
\ No newline at end of file
+</html>
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org