| Index: chrome/test/chromedriver/run_py_tests.py
|
| diff --git a/chrome/test/chromedriver/run_py_tests.py b/chrome/test/chromedriver/run_py_tests.py
|
| index 2495df33d016387ed5b9c56ee776bb0fb6eae012..5f5c7096da4dd37c14751468c38e13278067daea 100755
|
| --- a/chrome/test/chromedriver/run_py_tests.py
|
| +++ b/chrome/test/chromedriver/run_py_tests.py
|
| @@ -62,6 +62,9 @@ _DESKTOP_NEGATIVE_FILTER['HEAD'] = (
|
| 'ChromeDriverTest.testAlert',
|
| ]
|
| )
|
| +_DESKTOP_NEGATIVE_FILTER['27'] = (
|
| + _DESKTOP_NEGATIVE_FILTER['HEAD'] + []
|
| +)
|
| _DESKTOP_NEGATIVE_FILTER['26'] = (
|
| _DESKTOP_NEGATIVE_FILTER['HEAD'] + []
|
| )
|
|
|