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

Unified Diff: content/test/data/contains_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: 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/contains_nostore_iframe.html
diff --git a/content/test/data/contains_nostore_iframe.html b/content/test/data/contains_nostore_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..81e63641df20eee0f48b5d074c207805ace6610b
--- /dev/null
+++ b/content/test/data/contains_nostore_iframe.html
@@ -0,0 +1,6 @@
+<html>
+<head>
+<iframe src="nostore.html"></iframe>
+Main Frame, normal headers.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698