Chromium Code Reviews| Index: android_webview/test/data/green.html |
| diff --git a/android_webview/test/data/green.html b/android_webview/test/data/green.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0ba3abdd5a82375a53d0ec1ef5d47f3234c86bc3 |
| --- /dev/null |
| +++ b/android_webview/test/data/green.html |
| @@ -0,0 +1,14 @@ |
| +<html> |
| + <head> |
| + <style> |
| + div { |
| + background-color: rgb(0,255,0); |
| + height: 100%; |
| + width: 100%; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <div></div> |
| + </body> |
| +</html> |