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

Unified Diff: content/test/data/coreferencingframe_2.html

Issue 2528813002: Fix Self-Referencing OOPIF Infinite Loop (Closed)
Patch Set: refactor allowedToLoadFrame conditional Created 3 years, 10 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 | « content/test/data/coreferencingframe_1.html ('k') | content/test/data/page_with_meta_refresh_frame.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/coreferencingframe_2.html
diff --git a/content/test/data/coreferencingframe_2.html b/content/test/data/coreferencingframe_2.html
new file mode 100644
index 0000000000000000000000000000000000000000..42bae79ceb187e28c884438c33b69908c8f0fa26
--- /dev/null
+++ b/content/test/data/coreferencingframe_2.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+<body>
+ B - This page has co-referencing nested iframes.
+ <iframe id="child-0" src="/cross-site/a.com/coreferencingframe_1.html"></iframe>
+</body>
+</html>
« no previous file with comments | « content/test/data/coreferencingframe_1.html ('k') | content/test/data/page_with_meta_refresh_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698