mirror of
https://github.com/servo/servo.git
synced 2025-09-22 21:00:14 +01:00
Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm
Implement ElementClick wd command <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24090) <!-- Reviewable:end -->
This commit is contained in:
commit
068997cd30
16 changed files with 336 additions and 142 deletions
|
@ -1,2 +1,7 @@
|
|||
[bubbling.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
[test_click_event_bubbles_to_parents]
|
||||
expected: FAIL
|
||||
|
||||
[test_spin_event_loop]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[center_point.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
disabled: Intermittent failures
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
[click.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[file_upload.py]
|
||||
disabled: Unimplemented WebDriver command
|
|
@ -1,2 +1,2 @@
|
|||
[interactability.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
disabled: Interactability is not checked yet
|
||||
|
|
|
@ -1,2 +1,16 @@
|
|||
[navigate.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
[test_multi_line_link]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_unload_event]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_closes_window]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_hash]
|
||||
expected: FAIL
|
||||
|
||||
[test_numbers_link]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[scroll_into_view.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
disabled: scrollIntoView is not implemented
|
||||
|
|
|
@ -1,2 +1,16 @@
|
|||
[select.py]
|
||||
disabled: Unimplemented WebDriver command
|
||||
[test_click_selected_option]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_preselected_option]
|
||||
expected: FAIL
|
||||
|
||||
[test_out_of_view_dropdown]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_deselects_others]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_option]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[stale.py]
|
||||
disabled: Unimplemented WebDriver command
|
|
@ -3,5 +3,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[test_element_in_collection]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue