Bug 216026 - [WebDriver][WPE] Some selenium tests related to nested scrollable areas are failing
Summary: [WebDriver][WPE] Some selenium tests related to nested scrollable areas are f...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: wpe-webdriver
  Show dependency treegraph
 
Reported: 2020-08-31 20:10 PDT by Lauro Moura
Modified: 2020-09-23 14:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-08-31 20:10:56 PDT
imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py::testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow[WPEWebKit]
imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py::testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame[WPEWebKit]

In both cases the test tries to scroll a hidden element into view.

For GTK, both tests work normally.