Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: chrome/test/data/frame_tree/cross_origin_but_same_site_frames.html

Issue 2840383002: Disable top-document-isolation if the parent SiteInstance is a hosted app. (Closed)
Patch Set: Addressing CR feedback. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/extensions/hosted_app_browsertest.cc ('k') | chrome/test/data/frame_tree/simple.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/ui/extensions/hosted_app_browsertest.cc ('k') | chrome/test/data/frame_tree/simple.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698