diff options
author | thomaslewis@google.com <thomaslewis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 19:56:02 +0000 |
---|---|---|
committer | thomaslewis@google.com <thomaslewis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 19:56:02 +0000 |
commit | 2c741bfd52568801fa9994a39c015904ef26c240 (patch) | |
tree | e747e03d5731e8a007917d1aa2a2da799c6b366e | |
parent | b29682ba2c0301095ad49d6a6506946f33f4d740 (diff) | |
download | chromium_src-2c741bfd52568801fa9994a39c015904ef26c240.zip chromium_src-2c741bfd52568801fa9994a39c015904ef26c240.tar.gz chromium_src-2c741bfd52568801fa9994a39c015904ef26c240.tar.bz2 |
Add safari to the list of browser that can be tested with selenium.
Review URL: http://codereview.chromium.org/131008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18738 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | o3d/tests/selenium/selenium_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/selenium/selenium_constants.py b/o3d/tests/selenium/selenium_constants.py index a2aad74..7b59b44 100644 --- a/o3d/tests/selenium/selenium_constants.py +++ b/o3d/tests/selenium/selenium_constants.py @@ -58,7 +58,7 @@ else: -SELENIUM_BROWSER_SET = ["*iexplore", "*firefox", "*googlechrome"] +SELENIUM_BROWSER_SET = ["*iexplore", "*firefox", "*googlechrome", "*safari"] # Dimensions to resize window to # on the Mac, the window has to be big enough to hold the entire o3d div |