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

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

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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_with_included_script.html
diff --git a/chrome/test/data/subresource_filter/frame_with_included_script.html b/chrome/test/data/subresource_filter/frame_with_included_script.html
new file mode 100644
index 0000000000000000000000000000000000000000..851fc9d82283212a17be4a636a769ec6fccf83aa
--- /dev/null
+++ b/chrome/test/data/subresource_filter/frame_with_included_script.html
@@ -0,0 +1,5 @@
+<html>
+ <head>
+ <script src="included_script.js"></script>
+ </head>
+</html>
« no previous file with comments | « chrome/test/data/subresource_filter/frame_set.html ('k') | chrome/test/data/subresource_filter/included_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698