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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: android_webview/test/data/iframe.html
diff --git a/android_webview/test/data/iframe.html b/android_webview/test/data/iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..d073e2d5068bd8eb092fab1cac5dc7da7ac2be7f
--- /dev/null
+++ b/android_webview/test/data/iframe.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <style>
+ body {
+ background-color: rgb(0,0,0);
+ }
+ </style>
+ </head>
+ <body>
+ <iframe src="./malware.html"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698