Index: chrome/test/data/automation_proxy_snapshot/just_image.html |
diff --git a/chrome/test/data/automation_proxy_snapshot/just_image.html b/chrome/test/data/automation_proxy_snapshot/just_image.html |
deleted file mode 100644 |
index a2d8c8473697445446123c51c6bd3f7f4efa9bd1..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/automation_proxy_snapshot/just_image.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html> |
- <head> |
- <style> |
- * { |
- margin: 0px; |
- padding: 0px; |
- background-color: red; |
- } |
- </style> |
- </head> |
- <body> |
- <img src="image.png"> |
- </body> |
-</html> |