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

Unified Diff: chrome/test/data/subresource_filter/frame_set.html

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from battre@. 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: chrome/test/data/subresource_filter/frame_set.html
diff --git a/chrome/test/data/subresource_filter/frame_set.html b/chrome/test/data/subresource_filter/frame_set.html
new file mode 100644
index 0000000000000000000000000000000000000000..0ce7777416decd2be3ea4d31b39bcbc1c4a20837
--- /dev/null
+++ b/chrome/test/data/subresource_filter/frame_set.html
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <iframe name="one" src="frame_with_included_script.html"></iframe>
+ <iframe name="two" src="frame_with_included_script.html"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698