Added manual tests for HSTS uri change in iFrame (#146).
authorDaniel Carl <danielcarl@gmx.de>
Thu, 27 Nov 2014 21:57:27 +0000 (22:57 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 27 Nov 2014 21:59:15 +0000 (22:59 +0100)
.gitignore
tests/manual/146-hsts-iframe.html [new file with mode: 0644]

index 619fd38..0d7d2d5 100644 (file)
@@ -8,3 +8,4 @@ src/config.h
 tests/*
 !tests/Makefile
 !tests/*.c
+!tests/manual/
diff --git a/tests/manual/146-hsts-iframe.html b/tests/manual/146-hsts-iframe.html
new file mode 100644 (file)
index 0000000..2142561
--- /dev/null
@@ -0,0 +1,15 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>iFrame URI change by HSTS (#146)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+</head>
+<body>
+    <p>
+    The hsts domain used in iFrame with http must not lead to load the
+    iframe content as page.
+    </p>
+    <iframe src="http://github.com/fanglingsu/vimb" width="600" height="400">
+    Github
+    </iframe>
+</body>
+</html>