mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
[webdriver] Add synchronization for wheel action (#37260)
Implement action synchronization for wheel event. Previously only done for pointer here https://github.com/servo/servo/pull/36932. Testing: `tests/wpt/meta/webdriver/tests/classic/perform_actions/wheel.py` --------- Signed-off-by: PotatoCP <kenzieradityatirtarahardja18@gmail.com>
This commit is contained in:
parent
5114e24db1
commit
15eadb56a4
8 changed files with 89 additions and 34 deletions
|
@ -1,13 +1,4 @@
|
|||
[wheel.py]
|
||||
[test_scroll_not_scrollable]
|
||||
expected: FAIL
|
||||
|
||||
[test_scroll_scrollable_overflow]
|
||||
expected: FAIL
|
||||
|
||||
[test_scroll_iframe]
|
||||
expected: FAIL
|
||||
|
||||
[test_scroll_shadow_tree[outer-open\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue