Index: content/test/data/navigation_controller/page_with_iframe_redirect.html |
diff --git a/content/test/data/navigation_controller/page_with_iframe_redirect.html b/content/test/data/navigation_controller/page_with_iframe_redirect.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f0bc63e65faa23f4bcde0afab707d619360185f2 |
--- /dev/null |
+++ b/content/test/data/navigation_controller/page_with_iframe_redirect.html |
@@ -0,0 +1,7 @@ |
+<html> |
+<head></head> |
+<body> |
+ <p>This page has an iframe with a redirection.</p> |
+ <p><iframe src="/server-redirect?/simple_page.html"></iframe> |
+</body> |
+</html> |