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

Side by Side Diff: chrome/test/data/iframe_cross_site_print.html

Issue 2496203003: Add printing tests to ensure window.print() works for subframes.
Patch Set: 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><head><title>cross-site iframe test</title></head>
2 <body>
3 <!-- This only works if the CrossSiteRedirector is running on the embedded test
4 server, and the host_resolver is set up to handle b.com. -->
5 <iframe src="/cross-site/b.com/title1.html" id="frame1"></iframe>
6 <iframe src="/cross-site/c.com/printing/window_print.html" id="frame2"></iframe>
7 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698