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

Unified Diff: chrome/test/data/safe_browsing/malware2.html

Issue 2713233002: Update ThreatDOMDetails to be able to collect non-resource HTML Elements based on their attributes. (Closed)
Patch Set: Sync Created 3 years, 10 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
« no previous file with comments | « chrome/renderer/safe_browsing/threat_dom_details_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/safe_browsing/malware2.html
diff --git a/chrome/test/data/safe_browsing/malware2.html b/chrome/test/data/safe_browsing/malware2.html
index 58eeaa9221383633fc724486bd4ba2a1ab028528..c3c28a33dd8efa7cf0337d091b2e2a4657b3b7b3 100644
--- a/chrome/test/data/safe_browsing/malware2.html
+++ b/chrome/test/data/safe_browsing/malware2.html
@@ -1,6 +1,9 @@
<html>
<body>
+<div foo=1>
+<div bar=1>
<iframe src="malware_iframe.html"></iframe>
-<img src="malware_image.png">
+</div>
+</div>
</body>
</html>
« no previous file with comments | « chrome/renderer/safe_browsing/threat_dom_details_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698