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

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

Issue 2691073003: Add javatests for the WebView SafeBrowsing feature (Closed)
Patch Set: No sleeps, reduce duplicated code, switch to EmbeddedTestServer, etc. 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 <body>
3 <p>This is outside the iframe</p>
4 <iframe src="./malware.html"></iframe>
5 </body>
6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698