| Index: chrome/test/chromedriver/test_expectations
|
| diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
|
| index 94bc27b24221805f467f50f49e56adcbe7b43690..af5227ffc95c5c5ab6feac57ade032c08da36c47 100644
|
| --- a/chrome/test/chromedriver/test_expectations
|
| +++ b/chrome/test/chromedriver/test_expectations
|
| @@ -121,6 +121,8 @@ _OS_NEGATIVE_FILTER['android'] = [
|
| 'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber',
|
| 'ClickTest.testShouldOnlyFollowHrefOnce',
|
| 'CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow',
|
| + 'CoordinatesTest.testShouldGetCoordinatesInViewPortOfAnElementInAFrame',
|
| + 'CoordinatesTest.testShouldGetCoordinatesInViewPortOfAnElementInANestedFrame',
|
| 'CoordinatesTest.testShouldGetCoordinatesOfAHiddenElement',
|
| 'CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement',
|
| 'CorrectEventFiringTest.testSendingKeysToAnElementShouldCauseTheFocusEventToFire',
|
| @@ -129,6 +131,9 @@ _OS_NEGATIVE_FILTER['android'] = [
|
| 'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_emailInput',
|
| 'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textArea',
|
| 'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textInput',
|
| + 'ElementEqualityTest.testAnElementFoundInADifferentFrameViaJsShouldHaveSameId',
|
| + 'ElementFindingTest.testAnElementFoundInADifferentFrameIsStale',
|
| + 'ElementFindingTest.testAnElementFoundInADifferentFrameViaJsCanBeUsed',
|
| 'ElementSelectingTest.testShouldBeAbleToToggleEnabledMultiSelectOption',
|
| 'ExecutingAsyncJavascriptTest.shouldBeAbleToExecuteAsynchronousScripts',
|
| 'ExecutingAsyncJavascriptTest.shouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout',
|
| @@ -151,6 +156,7 @@ _OS_NEGATIVE_FILTER['android'] = [
|
| 'JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent',
|
| 'JavascriptEnabledDriverTest.testShouldBeAbleToClickALinkThatClosesAWindow',
|
| 'JavascriptEnabledDriverTest.testShouldFireOnChangeEventWhenSettingAnElementsValue',
|
| + 'OpacityTest.testShouldBeAbleToClickOnElementsWithOpacityZero',
|
| 'SelectElementHandlingTest.testShouldBePossibleToDeselectASingleOptionFromASelectWhichAllowsMultipleChoices',
|
| 'SelectElementTest.shouldAllowOptionsToBeDeselectedByIndex',
|
| 'SelectElementTest.shouldAllowOptionsToBeDeselectedByReturnedValue',
|
|
|