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

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

Issue 1977303003: Adds a feature to MHTML serialization that omits subframes and subresources marked no-store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-store
Patch Set: Address dcheng's comments. Created 4 years, 7 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
Index: content/test/data/page_with_nostore_iframe.html
diff --git a/content/test/data/page_with_nostore_iframe.html b/content/test/data/page_with_nostore_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..3b3ba3bb0f6ea791563712df89a4a58773de7bb3
--- /dev/null
+++ b/content/test/data/page_with_nostore_iframe.html
@@ -0,0 +1,8 @@
+<html>
+ <head></head>
+ <body>
+ <iframe src="nostore.html"></iframe>
+ Main Frame, normal headers.
+ <img src="nostore.jpg">
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698