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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..71e3d4d966d169200223557e434ee44d9d22103a
--- /dev/null
+++ b/android_webview/test/data/iframe.html
@@ -0,0 +1,21 @@
+<html>
+ <head>
+ <style>
+ div {
+ background-color: rgb(10,10,10);
+ height: 100%;
+ width: 100%;
+ }
+ iframe {
+ float: right;
+ height: 0%;
+ width: 0%;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <iframe src="./malware.html"></iframe>
+ </div>
+ </body>
+</html>
« 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