mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
webdriver: Fix "element in view" by correctly computing resolved PointerEvents
style (#38383)
Testing: `element_click/interactability.py`. For some other tests in headed window, even tho the target is in view it falsely claim not in view previously. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
929fd0aa3c
commit
372e5eae59
3 changed files with 29 additions and 10 deletions
|
@ -4,12 +4,3 @@
|
|||
|
||||
[test_element_intercepted_no_pointer_events]
|
||||
expected: FAIL
|
||||
|
||||
[test_disabled]
|
||||
expected: FAIL
|
||||
|
||||
[test_element_interactable_css_transform[translate(100px, 100px)\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_element_interactable_css_transform[rotate(50deg)\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -13,3 +13,21 @@
|
|||
|
||||
[test_out_of_view_dropdown]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_multiple_option]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_preselected_multiple_option]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_multiple_does_not_deselect_others]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_selected_multiple_option]
|
||||
expected: FAIL
|
||||
|
||||
[test_out_of_view_multiple]
|
||||
expected: FAIL
|
||||
|
||||
[test_option_disabled]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue