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

Unified Diff: chrome/test/webdriver/test/chromedriver_tests.py

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/data/automation_proxy_snapshot/just_image.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/chromedriver_tests.py
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index a545970959ca6ba992a3c473f597ff9863b672a4..2d23a0cfc5bbb7d1e0ca8b5d7bb46dfdf2a5a8c3 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -389,11 +389,6 @@ class ScreenshotTest(ChromeDriverTest):
REDBOX = "automation_proxy_snapshot/set_size.html"
def testScreenCaptureAgainstReference(self):
- # This has regressed on linux because of tighter sandbox restrictions.
- # See crbug.com/89777.
- if IsLinux():
- return
-
# Create a red square of 2000x2000 pixels.
url = GetFileURLForPath(os.path.join(test_paths.DataDir(),
self.REDBOX))
« no previous file with comments | « chrome/test/data/automation_proxy_snapshot/just_image.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698