| Index: chrome/test/data/frame_tree/cross_origin_but_same_site_frames.html
|
| diff --git a/chrome/test/data/frame_tree/cross_origin_but_same_site_frames.html b/chrome/test/data/frame_tree/cross_origin_but_same_site_frames.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eb6a8b9c93d2bfe805d1504a4bed45197f39d751
|
| --- /dev/null
|
| +++ b/chrome/test/data/frame_tree/cross_origin_but_same_site_frames.html
|
| @@ -0,0 +1,23 @@
|
| +<!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>
|
| + cross.domain.com site:
|
| + <iframe name="CrossSite"
|
| + src="/cross-site/cross.domain.com/title1.html"></iframe>
|
| +</body>
|
| +</html>
|
|
|