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> |