Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/75ad7863443a4a0e8d53be27bab3e0007c72d510
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/75ad7863443a4a0e8d53be27bab3e0007c72d510
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/75ad7863443a4a0e8d53be27bab3e0007c72d510
The branch, master has been updated
via 75ad7863443a4a0e8d53be27bab3e0007c72d510 (commit)
from 74b6c433d570a657eabe08df04c9d505837c75c7 (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=75ad7863443a4a0e8d53be27bab3e0007c72d510
commit 75ad7863443a4a0e8d53be27bab3e0007c72d510
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Add bad ssl image test.
diff --git a/html/bad-ssl-img.html b/html/bad-ssl-img.html
new file mode 100644
index 0000000..82c87ed
--- /dev/null
+++ b/html/bad-ssl-img.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Iframe test</title>
+ <style>
+ html {
+ background: #ccc;
+ }
+ body {
+ padding: 3em;
+ }
+ </style>
+ </head>
+ <body>
+ <img src="https://expired.badssl.com/favicon.png" title="Bad SSL image test"
alt="Bad SSL image test">
+ </body>
+</html>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
html/{iframe.html => bad-ssl-img.html} | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
copy html/{iframe.html => bad-ssl-img.html} (57%)
diff --git a/html/iframe.html b/html/bad-ssl-img.html
similarity index 57%
copy from html/iframe.html
copy to html/bad-ssl-img.html
index cfa9cb2..82c87ed 100644
--- a/html/iframe.html
+++ b/html/bad-ssl-img.html
@@ -9,14 +9,9 @@
body {
padding: 3em;
}
- iframe {
- width: 700px;
- height: 500px;
- border: 1px solid #000;
- }
</style>
</head>
<body>
- <iframe src="about:welcome"></iframe>
+ <img src="https://expired.badssl.com/favicon.png" title="Bad SSL image test"
alt="Bad SSL image test">
</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