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..6e550eb540cd88d7e7438bfa923402bd7e955884 |
| --- /dev/null |
| +++ b/android_webview/test/data/green.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
| + <head> |
| + <style> |
| + body { |
| + background-color: rgb(0,255,0); |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + </body> |
| +</html> |