Index: chrome/test/data/iframe_cross_site_print.html |
diff --git a/chrome/test/data/iframe_cross_site_print.html b/chrome/test/data/iframe_cross_site_print.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c6ac68fd284eb60b6dff122e92f7040cbb1b911e |
--- /dev/null |
+++ b/chrome/test/data/iframe_cross_site_print.html |
@@ -0,0 +1,7 @@ |
+<html><head><title>cross-site iframe test</title></head> |
+<body> |
+<!-- This only works if the CrossSiteRedirector is running on the embedded test |
+ server, and the host_resolver is set up to handle b.com. --> |
+<iframe src="/cross-site/b.com/title1.html" id="frame1"></iframe> |
+<iframe src="/cross-site/c.com/printing/window_print.html" id="frame2"></iframe> |
+</body></html> |