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

Side by Side 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: Address comments Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <div foo=1>
4 <div bar=1>
3 <iframe src="malware_iframe.html"></iframe> 5 <iframe src="malware_iframe.html"></iframe>
4 <img src="malware_image.png"> 6 </div>
7 </div>
5 </body> 8 </body>
6 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698