Bug 188545
| Summary: | WebDriver: several interactability tests are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, clopez, dpino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 203945 | ||
| Bug Blocks: | |||
Carlos Garcia Campos
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_css_transform[translate(-100px, -100px)]
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_css_transform[rotate(50deg)]
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_out_of_view
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_intercepted_no_pointer_events
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_visible_overflow_hidden
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_select_container_outside_of_scrollable_viewport
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_stays_outside_of_scrollable_viewport
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_document_element_is_interactable
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_not_a_focusable_element
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_not_displayed_element
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_hidden_element
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_disabled_element
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
After https://trac.webkit.org/changeset/259791/webkit, the only tests pointing to this bug are:
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_intercepted_no_pointer_events
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_visible_overflow_hidden
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_document_element_is_interactable
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_select_container_outside_of_scrollable_viewport
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_stays_outside_of_scrollable_viewport