Index: content/test/data/page_with_iframe.html |
diff --git a/content/test/data/navigation_controller/page_with_iframe.html b/content/test/data/page_with_iframe.html |
similarity index 53% |
copy from content/test/data/navigation_controller/page_with_iframe.html |
copy to content/test/data/page_with_iframe.html |
index cdd13b6df24e3a3be51be3eacb3ca1a6cb9d3ae5..1415f19142984c8d0dd50a88b0cc5bb5a097939a 100644 |
--- a/content/test/data/navigation_controller/page_with_iframe.html |
+++ b/content/test/data/page_with_iframe.html |
@@ -1,7 +1,8 @@ |
<html> |
<head></head> |
<body> |
+ <img src="image.jpg"/> |
<p>This page has an iframe. Yay for iframes! |
- <p><iframe src="about:blank"></iframe> |
+ <p><iframe src="title1.html"></iframe> |
</body> |
-</html> |
+</html> |