Chromium Code Reviews| 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> |