| Index: chrome/test/chromedriver/test/test_expectations
|
| diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
|
| index acc7a1be4a26e4ad40245bb100517458bec33856..6dc75ca955f813c6f61f18136d4ae57e971cde75 100644
|
| --- a/chrome/test/chromedriver/test/test_expectations
|
| +++ b/chrome/test/chromedriver/test/test_expectations
|
| @@ -75,7 +75,8 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
|
| 'TypingTest.testShouldBeAbleToTypeIntoContentEditableElementWithExistingValue',
|
| 'TypingTest.testShouldNotTypeIntoElementsThatPreventKeyDownEvents',
|
| 'TypingTest.testTypingIntoAnIFrameWithContentEditableOrDesignModeSet',
|
| - 'UnexpectedAlertBehaviorTest.*',
|
| + 'UnexpectedAlertBehaviorTest.requiredUnhandledAlertCapabilityHasPriorityOverDesired',
|
| + 'UnexpectedAlertBehaviorTest.dismissUnhandledAlertsByDefault',
|
| 'VisibilityTest.testElementHiddenByOverflowXIsNotVisible',
|
| 'VisibilityTest.testElementHiddenByOverflowYIsNotVisible',
|
| 'VisibilityTest.tooSmallAWindowWithOverflowHiddenIsNotAProblem',
|
| @@ -176,6 +177,7 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
|
|
|
| # Alerts are not yet supported on Android.
|
| 'AlertsTest.*',
|
| + 'UnexpectedAlertBehaviorTest.*',
|
|
|
| # http://crbug.com/156390
|
| 'DragAndDropTest.*',
|
|
|