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

Side by Side Diff: android_webview/test/data/iframe.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/green.html ('k') | android_webview/test/data/malware.html » ('j') | 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(10,10,10);
6 height: 100%;
7 width: 100%;
8 }
9 iframe {
10 float: right;
11 height: 0%;
12 width: 0%;
13 }
14 </style>
15 </head>
16 <body>
17 <div>
18 <iframe src="./malware.html"></iframe>
19 </div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « android_webview/test/data/green.html ('k') | android_webview/test/data/malware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698