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

Unified Diff: content/test/data/navigation_controller/page_with_srcdoc.html

Issue 2482873002: Add is_srcdoc to FrameNavigationEntry and restore about::srcdoc URL. (Closed)
Patch Set: Addressed comments (@nasko) Created 4 years, 1 month 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
Index: content/test/data/navigation_controller/page_with_srcdoc.html
diff --git a/content/test/data/navigation_controller/page_with_srcdoc.html b/content/test/data/navigation_controller/page_with_srcdoc.html
new file mode 100644
index 0000000000000000000000000000000000000000..a587d960704cf248a7640e5c0a5b2281acc9b38c
--- /dev/null
+++ b/content/test/data/navigation_controller/page_with_srcdoc.html
@@ -0,0 +1,8 @@
+<html>
+<head></head>
+<body>
+ <p>This Page has two iframes, one with the srcdoc attribute and one without it.<p>
+ <iframe srcdoc="srcdoc content"></iframe>
+ <iframe src="simple_page_1.html"></iframe>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698