blob: cf1edb4b4162b93bbe8e7f5f0e6b3bcaea7c7930 [file] [log] [blame]
<!doctype html>
<html>
<head></head>
<body>
This page has iframes for testing hosted app's web extents:
<hr>
Same origin, same path:
<iframe name="SameOrigin-SamePath"
src="simple.htm"></iframe>
<hr>
Same origin, but different path:
<iframe name="SameOrigin-DifferentPath"
src="/save_page/a.htm"></iframe>
<hr>
other.site.com site:
<iframe name="OtherSubdomain-SameSite"
src="/cross-site/other.site.com/title1.html"></iframe>
<hr>
isolated.site.com site:
<iframe name="Isolated-SameSite"
src="/cross-site/isolated.site.com/title1.html"></iframe>
<hr>
cross.domain.com site:
<iframe name="CrossSite"
src="/cross-site/cross.domain.com/title1.html"></iframe>
</body>
</html>