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

Unified Diff: content/test/data/page_with_iframe.html

Issue 1310743003: Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comments and rebase Created 5 years, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/image.jpg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/test/data/image.jpg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698