Index: chrome/test/chromedriver/test/test_expectations |
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations |
index 4797d5f32cbb631041b9b6fe027a97c6d84264df..2f0a982495df4662a1fc63a0f48525674fa58bbd 100644 |
--- a/chrome/test/chromedriver/test/test_expectations |
+++ b/chrome/test/chromedriver/test/test_expectations |
@@ -210,6 +210,10 @@ |
'JavascriptEnabledDriverTest.testChangeEventIsFiredAppropriatelyWhenFocusIsLost', |
'TypingTest.testShouldBeAbleToTypeIntoEmptyContentEditableElement', |
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=922 |
+ 'CorrectEventFiringTest.testShouldEmitOnClickEventsWhenSelectingElements', |
+ 'CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire', |
+ |
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1176 |
'ChromeDriverTests.clientLogShouldBeEnabledByDefault', |
@@ -245,6 +249,18 @@ |
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList', |
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=998 |
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement', |
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=922 |
+ 'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber', |
+ 'CorrectEventFiringTest.testClickEventsShouldBubble', |
+ 'CorrectEventFiringTest.testShouldFireMouseUpEventWhenClicking', |
+ 'CorrectEventFiringTest.testShouldFireMouseDownEventWhenClicking', |
+ 'CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement', |
+ 'ImplicitWaitTest.testShouldImplicitlyWaitUntilAtLeastOneElementIsFoundWhenSearchingForMany', |
+ 'ImplicitWaitTest.testShouldImplicitlyWaitForAnElementToBeVisibleBeforeInteracting', |
+ 'JavascriptEnabledDriverTest.testShouldBeAbleToClickOnSubmitButtons', |
+ 'JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent', |
+ 'TypingTest.testShiftSelectionDeletes', |
+ 'VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically', |
] |
) |
_OS_NEGATIVE_FILTER['android:chromedriver_webview_shell'] = ( |