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

Unified Diff: chrome/test/data/save_page/style.htm

Issue 2538953002: Remove hidden elements from MHTML (Closed)
Patch Set: Fix trybots Created 4 years 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
Index: chrome/test/data/save_page/style.htm
diff --git a/chrome/test/data/save_page/style.htm b/chrome/test/data/save_page/style.htm
index fdae320af703b33d7330a892c449da23cbf059fa..0614005bcf3ed0482341242d9cb06cde68c7218a 100644
--- a/chrome/test/data/save_page/style.htm
+++ b/chrome/test/data/save_page/style.htm
@@ -11,6 +11,7 @@
style.htm: af84c3ca-0fc6-4b0d-bf7a-5ac18a4dab62
<br><br>
+ <!-- Hidden but affecting layout -->
<iframe
id="iframeA"
srcdoc="err_hidden_frameA">
@@ -23,6 +24,7 @@
</iframe>
<br><br>
+ <!-- Hidden but affecting layout -->
<iframe
id="iframeC"
srcdoc="err_hidden_frameC"
@@ -30,6 +32,7 @@
</iframe>
<br><br>
+ <!-- Hidden and does not affect layout -->
<iframe
id="iframeD"
srcdoc="err_hidden_frameD"
@@ -37,9 +40,17 @@
</iframe>
<br><br>
+ <!-- Hidden and does not affect layout -->
<iframe
id="iframeE"
- srcdoc="frameE: c9539ccd-47b0-47cf-a03b-734614865872">
+ srcdoc="err_hidden_frameE"
+ style="display: none">
+ </iframe>
+ <br><br>
+
+ <iframe
+ id="iframeF"
+ srcdoc="frameF: c9539ccd-47b0-47cf-a03b-734614865872">
</iframe>
<br><br>
</body>
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | third_party/WebKit/Source/core/frame/FrameSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698