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

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

Issue 2691073003: Add javatests for the WebView SafeBrowsing feature (Closed)
Patch Set: Move getPixelColorAtCenterOfView to GraphicsTestUtils 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
« no previous file with comments | « android_webview/test/data/malware.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 div {
5 background-color: rgb(0,0,255);
6 height: 100%;
7 width: 100%;
8 }
9 </style>
10 </head>
11 <body>
12 <div></div>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « android_webview/test/data/malware.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698