summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-07 23:48:51 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-07 23:48:51 +0000
commitc0169442c4972f3bc82e29e46265bd12254b4236 (patch)
tree325311a6a9e59795391d5bd45c9c524fb09db837 /chrome/test
parente35b93f6edf52a2143e15d0c0aedfa649f7bade1 (diff)
downloadchromium_src-c0169442c4972f3bc82e29e46265bd12254b4236.zip
chromium_src-c0169442c4972f3bc82e29e46265bd12254b4236.tar.gz
chromium_src-c0169442c4972f3bc82e29e46265bd12254b4236.tar.bz2
Disable chromedriver testPopupsCanBeResized on windows.
BUG=141231 TEST=none TRY=false Review URL: https://chromiumcodereview.appspot.com/10854033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/webdriver/test/chromedriver_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index ab29c08..8dd5703 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -1158,6 +1158,8 @@ class ContentSettingsTest(ChromeDriverTest):
driver.execute_script('window.open("about:blank")')
self.assertEquals(2, len(driver.window_handles))
+ # Failing on win7: crbug.com/141231.
+ @SkipIf(util.IsWin())
def testPopupsCanBeResized(self):
"""Regression test for chromedriver issue 126."""
driver = self.GetNewDriver()