summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-08-05 14:25:15 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-08-05 14:26:12 +0100
commit75ad7863443a4a0e8d53be27bab3e0007c72d510 (patch)
tree72afc40f1c81010b5689ac94f6b28dd552d8bc1b
parent74b6c433d570a657eabe08df04c9d505837c75c7 (diff)
downloadnetsurf-test-75ad7863443a4a0e8d53be27bab3e0007c72d510.tar.gz
netsurf-test-75ad7863443a4a0e8d53be27bab3e0007c72d510.tar.bz2
Add bad ssl image test.
-rw-r--r--html/bad-ssl-img.html17
1 files changed, 17 insertions, 0 deletions
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