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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head></head>
3 <body>
4 <p>This Page has two iframes, one with the srcdoc attribute and one without it .<p>
5 <iframe srcdoc="srcdoc content"></iframe>
6 <iframe src="simple_page_1.html"></iframe>
7 </body>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698