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

Side by Side Diff: android_webview/test/data/iframe.html

Issue 2691073003: Add javatests for the WebView SafeBrowsing feature (Closed)
Patch Set: The callback helper approach didn't work, so just more carefully checks pixel color 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 body {
5 background-color: rgb(0,0,0);
6 }
7 </style>
8 </head>
9 <body>
10 <iframe src="./malware.html"></iframe>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698