Index: android_webview/test/data/safe.html |
diff --git a/android_webview/test/data/safe.html b/android_webview/test/data/safe.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cc864a70069e393baae94aa7611aed6284d0671c |
--- /dev/null |
+++ b/android_webview/test/data/safe.html |
@@ -0,0 +1,11 @@ |
+<html> |
+ <head> |
+ <style> |
+ body { |
+ background-color: rgb(0,0,255); |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ </body> |
+</html> |