From: Daniel Carl <danielcarl@gmx.de> Date: Thu, 27 Nov 2014 21:57:27 +0000 (+0100) Subject: Added manual tests for HSTS uri change in iFrame (#146). X-Git-Url: https://git.owens.tech/112-editable-focus.html/112-editable-focus.html/git?a=commitdiff_plain;h=0891851d1fe6245c179f4001d2bbe4bd14974383;p=vimb.git Added manual tests for HSTS uri change in iFrame (#146). --- diff --git a/.gitignore b/.gitignore index 619fd38..0d7d2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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>