mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Implement ElementClick wd command
This commit is contained in:
parent
b2a7fc9046
commit
32f7254883
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