summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/146-hsts-iframe.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/146-hsts-iframe.html b/tests/manual/146-hsts-iframe.html
new file mode 100644
index 0000000..2142561
--- /dev/null
+++ b/tests/manual/146-hsts-iframe.html
@@ -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>