Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: chrome/test/data/automation_proxy_snapshot/just_image.html

Issue 8416024: Re-land 107645 with static initializers removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove static initializers Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/webdriver/test/chromedriver_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/webdriver/test/chromedriver_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698