Update WebDriver WPT expectation (#37253)

There has been multiple WebDriver PRs merged without updating
expectation, so it's a good time to do it now, since there are more
incoming WebDriver PRs.
This benefits later contributors so that they know the impact of each
new PR when testing locally.

Testing: `./mach test-wpt -r --log-raw "D:\servo test log\all.txt"
.\tests\wpt\tests\webdriver\tests\classic --product servodriver`

Tested with main branch head
[9083d58061](9083d58061)

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye 2025-06-05 01:01:01 +08:00 committed by GitHub
parent c01f65affb
commit e78c033b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 374 additions and 608 deletions

View file

@ -1,4 +1,5 @@
[accept.py]
expected: TIMEOUT
[test_null_response_value]
expected: FAIL

View file

@ -1,4 +1,5 @@
[dismiss.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL

View file

@ -1,2 +1,210 @@
[clear.py]
expected: TIMEOUT
[test_null_response_value]
expected: FAIL
[test_no_top_browsing_context]
expected: FAIL
[test_no_browsing_context]
expected: FAIL
[test_no_such_element_with_invalid_value]
expected: FAIL
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_from_other_window_handle[open\]]
expected: FAIL
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_stale_element_reference[top_context\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_pointer_interactable]
expected: FAIL
[test_keyboard_interactable]
expected: FAIL
[test_input[number-42-\]]
expected: FAIL
[test_input[range-42-50\]]
expected: FAIL
[test_input[email-foo@example.com-\]]
expected: FAIL
[test_input[password-password-\]]
expected: FAIL
[test_input[search-search-\]]
expected: FAIL
[test_input[tel-999-\]]
expected: FAIL
[test_input[text-text-\]]
expected: FAIL
[test_input[url-https://example.com/-\]]
expected: FAIL
[test_input[color-#ff0000-#000000\]]
expected: FAIL
[test_input[date-2017-12-26-\]]
expected: FAIL
[test_input[datetime-2017-12-26T19:48-\]]
expected: FAIL
[test_input[datetime-local-2017-12-26T19:48-\]]
expected: FAIL
[test_input[time-19:48-\]]
expected: FAIL
[test_input[month-2017-11-\]]
expected: FAIL
[test_input[week-2017-W52-\]]
expected: FAIL
[test_input_readonly[number\]]
expected: FAIL
[test_input_readonly[range\]]
expected: FAIL
[test_input_readonly[email\]]
expected: FAIL
[test_input_readonly[password\]]
expected: FAIL
[test_input_readonly[search\]]
expected: FAIL
[test_input_readonly[tel\]]
expected: FAIL
[test_input_readonly[text\]]
expected: FAIL
[test_input_readonly[url\]]
expected: FAIL
[test_input_readonly[color\]]
expected: FAIL
[test_input_readonly[date\]]
expected: FAIL
[test_input_readonly[datetime\]]
expected: FAIL
[test_input_readonly[datetime-local\]]
expected: FAIL
[test_input_readonly[time\]]
expected: FAIL
[test_input_readonly[month\]]
expected: FAIL
[test_input_readonly[week\]]
expected: FAIL
[test_input_readonly[file\]]
expected: FAIL
[test_textarea]
expected: FAIL
[test_textarea_readonly]
expected: FAIL
[test_input_file]
expected: FAIL
[test_input_file_multiple]
expected: FAIL
[test_button[button\]]
expected: FAIL
[test_button[reset\]]
expected: FAIL
[test_button[submit\]]
expected: FAIL
[test_button_with_subtree]
expected: FAIL
[test_contenteditable]
expected: FAIL
[test_designmode]
expected: FAIL
[test_resettable_element_focus_when_empty]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[number-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[email-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[url-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[date-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[datetime-local-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[time-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[month-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[week-foo\]]
expected: FAIL
[test_non_editable_inputs[checkbox\]]
expected: FAIL
[test_non_editable_inputs[radio\]]
expected: FAIL
[test_non_editable_inputs[hidden\]]
expected: FAIL
[test_non_editable_inputs[submit\]]
expected: FAIL
[test_non_editable_inputs[button\]]
expected: FAIL
[test_non_editable_inputs[image\]]
expected: FAIL
[test_scroll_into_view]
expected: FAIL

View file

@ -1,5 +1,4 @@
[disabled.py]
expected: TIMEOUT
[test_button[button\]]
expected: FAIL

View file

@ -1,6 +0,0 @@
[bubbling.py]
[test_click_event_bubbles_to_parents]
expected: FAIL
[test_spin_event_loop]
expected: FAIL

View file

@ -1,4 +1,5 @@
[center_point.py]
expected: TIMEOUT
[test_entirely_in_view]
expected: FAIL

View file

@ -7,9 +7,3 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL

View file

@ -1,3 +0,0 @@
[events.py]
[test_event_mousemove]
expected: FAIL

View file

@ -1,4 +1,5 @@
[interactability.py]
expected: TIMEOUT
[test_display_none]
expected: FAIL

View file

@ -2,14 +2,8 @@
[test_shadow_element_click[host_element\]]
expected: FAIL
[test_shadow_element_click[checkbox_element\]]
expected: FAIL
[test_nested_shadow_element_click[outer_element\]]
expected: FAIL
[test_nested_shadow_element_click[inner_element\]]
expected: FAIL
[test_nested_shadow_element_click[checkbox\]]
expected: FAIL

View file

@ -4,6 +4,3 @@
[test_textarea_append]
expected: FAIL
[test_date]
expected: FAIL

View file

@ -8,8 +8,5 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
[test_surrogates]
expected: FAIL

View file

@ -1,2 +1,78 @@
[arguments.py]
expected: TIMEOUT
[test_no_such_element_with_unknown_id]
expected: FAIL
[test_no_such_element_from_other_window_handle[open\]]
expected: FAIL
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_no_such_shadow_root_with_unknown_id]
expected: FAIL
[test_no_such_shadow_root_from_other_window_handle[open\]]
expected: FAIL
[test_no_such_shadow_root_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_shadow_root_from_other_frame[open\]]
expected: FAIL
[test_no_such_shadow_root_from_other_frame[closed\]]
expected: FAIL
[test_stale_element_reference[top_context\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[None-frame\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[None-window\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[False-frame\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[False-window\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[42-frame\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[42-window\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[value3-frame\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[value3-window\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[value4-frame\]]
expected: FAIL
[test_invalid_argument_for_window_with_invalid_type[value4-window\]]
expected: FAIL
[test_no_such_window_for_window_with_invalid_value]
expected: FAIL
[test_element_reference[frame\]]
expected: FAIL
[test_element_reference[shadow-root\]]
expected: FAIL
[test_element_reference[window\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[execute_async.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: FAIL

View file

@ -1,5 +1,4 @@
[arguments.py]
expected: TIMEOUT
[test_no_such_element_with_unknown_id]
expected: FAIL
@ -78,9 +77,6 @@
[test_element_reference[frame\]]
expected: FAIL
[test_element_reference[node\]]
expected: FAIL
[test_element_reference[shadow-root\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[execute.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: FAIL

View file

@ -1,7 +1,6 @@
[find.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: ERROR
expected: FAIL
[test_no_such_element_with_unknown_selector[not-existent\]]
expected: FAIL
@ -15,18 +14,6 @@
[test_find_element[xpath-//a\]]
expected: FAIL
[test_xhtml_namespace[css selector-#linkText\]]
expected: FAIL
[test_xhtml_namespace[link text-full link text\]]
expected: FAIL
[test_xhtml_namespace[partial link text-link text\]]
expected: FAIL
[test_xhtml_namespace[tag name-a\]]
expected: FAIL
[test_xhtml_namespace[xpath-//*[name()='a'\]\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[find.py]
expected: TIMEOUT
[test_null_parameter_value]
expected: FAIL
@ -7,7 +6,7 @@
expected: FAIL
[test_no_browsing_context]
expected: ERROR
expected: FAIL
[test_no_such_shadow_root_with_element]
expected: FAIL

View file

@ -1,74 +1,22 @@
[find.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: ERROR
[test_find_elements[css selector-#linkText\]]
expected: FAIL
[test_find_elements[link text-full link text\]]
expected: FAIL
[test_find_elements[partial link text-link text\]]
expected: FAIL
[test_find_elements[tag name-a\]]
expected: FAIL
[test_find_elements[xpath-//a\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link text</a>-link text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>&nbsp;link text&nbsp;</a>-link text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link<br>text</a>-link\\ntext\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link&amp;text</a>-link&text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>LINK TEXT</a>-LINK TEXT\]]
expected: FAIL
[test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link text</a>-link\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>&nbsp;partial link text&nbsp;</a>-link\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link text</a>-k t\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\\nt\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link&amp;text</a>-k&t\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>PARTIAL LINK TEXT</a>-LINK\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK\]]
expected: FAIL
[test_xhtml_namespace[css selector-#linkText\]]
expected: FAIL
[test_xhtml_namespace[link text-full link text\]]
expected: FAIL
[test_xhtml_namespace[partial link text-link text\]]
expected: FAIL
[test_xhtml_namespace[tag name-a\]]
expected: FAIL
[test_xhtml_namespace[xpath-//*[name()='a'\]\]]
expected: FAIL

View file

@ -1,77 +1,28 @@
[find.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: ERROR
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_with_startnode_from_other_window_handle]
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_with_startnode_from_other_frame]
expected: FAIL
[test_stale_element_reference[top_context\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_find_elements[xpath-//a\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link text</a>-link text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>&nbsp;link text&nbsp;</a>-link text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link<br>text</a>-link\\ntext\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link&amp;text</a>-link&text\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>LINK TEXT</a>-LINK TEXT\]]
expected: FAIL
[test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link text</a>-link\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>&nbsp;partial link text&nbsp;</a>-link\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link text</a>-k t\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\\nt\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>partial link&amp;text</a>-k&t\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=#>PARTIAL LINK TEXT</a>-LINK\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK\]]
expected: FAIL
[test_xhtml_namespace[css selector-#linkText\]]
expected: FAIL
[test_xhtml_namespace[link text-full link text\]]
expected: FAIL
[test_xhtml_namespace[partial link text-link text\]]
expected: FAIL
[test_xhtml_namespace[tag name-a\]]
expected: FAIL
[test_xhtml_namespace[xpath-//*[name()='a'\]\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[find.py]
expected: TIMEOUT
[test_null_parameter_value]
expected: FAIL
@ -7,7 +6,7 @@
expected: FAIL
[test_no_browsing_context]
expected: ERROR
expected: FAIL
[test_no_such_shadow_root_with_element]
expected: FAIL

View file

@ -8,11 +8,5 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_computed_roles[<article>foo</article>-article-article\]]
expected: FAIL

View file

@ -1,35 +1,13 @@
[get.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL
[test_no_browsing_context]
expected: ERROR
expected: FAIL
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_from_other_window_handle[open\]]
expected: FAIL
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_stale_element_reference[top_context\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_normal]
expected: FAIL
[test_boolean_attribute[audio-attrs0\]]
expected: FAIL
@ -86,9 +64,3 @@
[test_global_boolean_attributes]
expected: FAIL
[test_anchor_href[relative\]]
expected: FAIL
[test_anchor_href[absolute\]]
expected: FAIL

View file

@ -7,9 +7,3 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL

View file

@ -1,94 +1,12 @@
[get.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL
[test_no_browsing_context]
expected: ERROR
expected: FAIL
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_from_other_window_handle[open\]]
expected: FAIL
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_stale_element_reference[top_context\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_property_non_existent]
expected: FAIL
[test_content_attribute]
expected: FAIL
[test_idl_attribute]
expected: FAIL
[test_primitives["foobar"-foobar\]]
expected: FAIL
[test_primitives[42-42\]]
expected: FAIL
[test_primitives[js_primitive2-py_primitive2\]]
expected: FAIL
[test_primitives[js_primitive3-py_primitive3\]]
expected: FAIL
[test_primitives[null-None\]]
expected: FAIL
[test_primitives[undefined-None\]]
expected: FAIL
[test_collection_dom_token_list]
expected: FAIL
[test_primitives_set_by_execute_script["foobar"-foobar\]]
expected: FAIL
[test_primitives_set_by_execute_script[42-42\]]
expected: FAIL
[test_primitives_set_by_execute_script[js_primitive2-py_primitive2\]]
expected: FAIL
[test_primitives_set_by_execute_script[js_primitive3-py_primitive3\]]
expected: FAIL
[test_primitives_set_by_execute_script[null-None\]]
expected: FAIL
[test_primitives_set_by_execute_script[undefined-None\]]
expected: FAIL
[test_web_reference[frame-WebFrame\]]
expected: FAIL
[test_web_reference[shadowRoot-ShadowRoot\]]
expected: FAIL
[test_web_reference[window-WebWindow\]]
expected: FAIL
[test_mutated_element]
expected: FAIL
[test_anchor_href[relative\]]
expected: FAIL
[test_anchor_href[absolute\]]
expected: FAIL

View file

@ -8,11 +8,5 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_basic]
expected: FAIL

View file

@ -8,11 +8,5 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_get_element_tag_name]
expected: FAIL

View file

@ -8,12 +8,6 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
expected: FAIL
[test_transform_capitalize[space\]]
expected: FAIL

View file

@ -1,2 +1,18 @@
[enabled.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: FAIL
[test_no_such_element_with_shadow_root]
expected: FAIL
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_stale_element_reference[child_context\]]
expected: FAIL
[test_option_with_select[disabled\]]
expected: FAIL
[test_optgroup_with_select[disabled\]]
expected: FAIL

View file

@ -8,8 +8,5 @@
[test_no_such_element_from_other_window_handle[closed\]]
expected: FAIL
[test_no_such_element_from_other_frame[open\]]
expected: FAIL
[test_no_such_element_from_other_frame[closed\]]
[test_stale_element_reference[child_context\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[unhandled_prompt_behavior.py]
expected: TIMEOUT
[test_unhandled_prompt_behavior_as_object_default[handler0-expected_capability0-True-True\]]
expected: FAIL

View file

@ -9,16 +9,19 @@
expected: FAIL
[test_backspace_erases_keys]
expected: FAIL
expected: ERROR
[test_element_in_shadow_tree[outer-open\]]
expected: FAIL
expected: ERROR
[test_element_in_shadow_tree[outer-closed\]]
expected: FAIL
expected: ERROR
[test_element_in_shadow_tree[inner-open\]]
expected: FAIL
expected: ERROR
[test_element_in_shadow_tree[inner-closed\]]
expected: FAIL
expected: ERROR
[test_element_not_focused]
expected: ERROR

View file

@ -1,273 +1,12 @@
[key_events.py]
[test_modifier_key_sends_correct_events[\\ue00a-ALT\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue009-CONTROL\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue03d-META\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue008-SHIFT\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue052-R_ALT\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue051-R_CONTROL\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue053-R_META\]]
expected: FAIL
[test_modifier_key_sends_correct_events[\\ue050-R_SHIFT\]]
expected: FAIL
[test_non_printable_key_sends_events[\\ue00c-ESCAPE\]]
expected: FAIL
[test_non_printable_key_sends_events[\\ue014-RIGHT\]]
expected: FAIL
[test_printable_key_sends_correct_events[a-KeyA0\]]
expected: FAIL
[test_printable_key_sends_correct_events[a-KeyA1\]]
expected: FAIL
[test_printable_key_sends_correct_events["-Quote\]]
expected: FAIL
[test_printable_key_sends_correct_events[,-Comma\]]
expected: FAIL
[test_printable_key_sends_correct_events[\\xe0-\]]
expected: FAIL
[test_printable_key_sends_correct_events[\\u0416-\]]
expected: FAIL
[test_printable_key_sends_correct_events[@-Digit2\]]
expected: FAIL
[test_printable_key_sends_correct_events[\\u2603-\]]
expected: FAIL
[test_printable_key_sends_correct_events[\\uf6c2-\]]
expected: FAIL
[test_sequence_of_keydown_printable_keys_sends_events]
expected: FAIL
[test_sequence_of_keydown_printable_characters_sends_events]
expected: FAIL
[test_special_key_sends_keydown[ADD-expected0\]]
expected: FAIL
[test_special_key_sends_keydown[ALT-expected1\]]
expected: FAIL
[test_special_key_sends_keydown[BACKSPACE-expected2\]]
expected: FAIL
[test_special_key_sends_keydown[CANCEL-expected3\]]
expected: FAIL
[test_special_key_sends_keydown[CLEAR-expected4\]]
expected: FAIL
[test_special_key_sends_keydown[CONTROL-expected5\]]
expected: FAIL
[test_special_key_sends_keydown[DECIMAL-expected6\]]
expected: FAIL
[test_special_key_sends_keydown[DELETE-expected7\]]
expected: FAIL
[test_special_key_sends_keydown[DIVIDE-expected8\]]
expected: FAIL
[test_special_key_sends_keydown[DOWN-expected9\]]
expected: FAIL
[test_special_key_sends_keydown[END-expected10\]]
expected: FAIL
[test_special_key_sends_keydown[ENTER-expected11\]]
expected: FAIL
[test_special_key_sends_keydown[EQUALS-expected12\]]
expected: FAIL
[test_special_key_sends_keydown[ESCAPE-expected13\]]
expected: FAIL
[test_special_key_sends_keydown[F1-expected14\]]
expected: FAIL
[test_special_key_sends_keydown[F10-expected15\]]
expected: FAIL
[test_special_key_sends_keydown[F11-expected16\]]
expected: FAIL
[test_special_key_sends_keydown[F12-expected17\]]
expected: FAIL
[test_special_key_sends_keydown[F2-expected18\]]
expected: FAIL
[test_special_key_sends_keydown[F3-expected19\]]
expected: FAIL
[test_special_key_sends_keydown[F4-expected20\]]
expected: FAIL
[test_special_key_sends_keydown[F5-expected21\]]
expected: FAIL
[test_special_key_sends_keydown[F6-expected22\]]
expected: FAIL
[test_special_key_sends_keydown[F7-expected23\]]
expected: FAIL
[test_special_key_sends_keydown[F8-expected24\]]
expected: FAIL
[test_special_key_sends_keydown[F9-expected25\]]
expected: FAIL
[test_special_key_sends_keydown[HELP-expected26\]]
expected: FAIL
[test_special_key_sends_keydown[HOME-expected27\]]
expected: FAIL
[test_special_key_sends_keydown[INSERT-expected28\]]
expected: FAIL
[test_special_key_sends_keydown[LEFT-expected29\]]
expected: FAIL
[test_special_key_sends_keydown[META-expected30\]]
expected: FAIL
[test_special_key_sends_keydown[MULTIPLY-expected31\]]
expected: FAIL
[test_special_key_sends_keydown[NULL-expected32\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD0-expected33\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD1-expected34\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD2-expected35\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD3-expected36\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD4-expected37\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD5-expected38\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD6-expected39\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD7-expected40\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD8-expected41\]]
expected: FAIL
[test_special_key_sends_keydown[NUMPAD9-expected42\]]
expected: FAIL
[test_special_key_sends_keydown[PAGE_DOWN-expected43\]]
expected: FAIL
[test_special_key_sends_keydown[PAGE_UP-expected44\]]
expected: FAIL
[test_special_key_sends_keydown[PAUSE-expected45\]]
expected: FAIL
[test_special_key_sends_keydown[RETURN-expected46\]]
expected: FAIL
[test_special_key_sends_keydown[RIGHT-expected47\]]
expected: FAIL
[test_special_key_sends_keydown[R_ALT-expected48\]]
expected: FAIL
[test_special_key_sends_keydown[R_ARROWDOWN-expected49\]]
expected: FAIL
[test_special_key_sends_keydown[R_ARROWLEFT-expected50\]]
expected: FAIL
[test_special_key_sends_keydown[R_ARROWRIGHT-expected51\]]
expected: FAIL
[test_special_key_sends_keydown[R_ARROWUP-expected52\]]
expected: FAIL
[test_special_key_sends_keydown[R_CONTROL-expected53\]]
expected: FAIL
[test_special_key_sends_keydown[R_DELETE-expected54\]]
expected: FAIL
[test_special_key_sends_keydown[R_END-expected55\]]
expected: FAIL
[test_special_key_sends_keydown[R_HOME-expected56\]]
expected: FAIL
[test_special_key_sends_keydown[R_INSERT-expected57\]]
expected: FAIL
[test_special_key_sends_keydown[R_META-expected58\]]
expected: FAIL
[test_special_key_sends_keydown[R_PAGEDOWN-expected59\]]
expected: FAIL
[test_special_key_sends_keydown[R_PAGEUP-expected60\]]
expected: FAIL
[test_special_key_sends_keydown[R_SHIFT-expected61\]]
expected: FAIL
[test_special_key_sends_keydown[SEMICOLON-expected62\]]
expected: FAIL
[test_special_key_sends_keydown[SEPARATOR-expected63\]]
expected: FAIL
[test_special_key_sends_keydown[SHIFT-expected64\]]
expected: FAIL
[test_special_key_sends_keydown[SPACE-expected65\]]
expected: FAIL
[test_special_key_sends_keydown[SUBTRACT-expected66\]]
expected: FAIL
[test_special_key_sends_keydown[TAB-expected67\]]
expected: FAIL
[test_special_key_sends_keydown[UP-expected68\]]
expected: FAIL
[test_special_key_sends_keydown[ZENKAKUHANKAKU-expected69\]]
expected: FAIL

View file

@ -1,10 +1,4 @@
[key_modifiers.py]
[test_shift_modifier_and_non_printable_keys[\\ue008\]]
expected: FAIL
[test_shift_modifier_and_non_printable_keys[\\ue050\]]
expected: FAIL
[test_shift_modifier_generates_capital_letters[\\ue008\]]
expected: FAIL

View file

@ -1,3 +1,6 @@
[key_shortcuts.py]
[test_mod_a_mod_c_right_mod_v_pastes_text]
expected: FAIL
[test_mod_a_mod_x_deletes_all_text]
expected: FAIL

View file

@ -1,7 +1,4 @@
[key_special_keys.py]
[test_codepoint_keys_behave_correctly[\\U0001f604\]]
expected: FAIL
[test_codepoint_keys_behave_correctly[\\U0001f60d\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[navigation.py]
expected: TIMEOUT
[test_key]
expected: FAIL

View file

@ -1,9 +1,9 @@
[pointer_contextmenu.py]
[test_control_click[\\ue009-ctrlKey\]]
expected: ERROR
expected: FAIL
[test_control_click[\\ue051-ctrlKey\]]
expected: ERROR
expected: FAIL
[test_release_control_click]
expected: ERROR
expected: FAIL

View file

@ -1,9 +0,0 @@
[pointer_dblclick.py]
[test_dblclick_at_coordinates[0\]]
expected: FAIL
[test_dblclick_at_coordinates[200\]]
expected: FAIL
[test_no_dblclick_when_mouse_moves]
expected: FAIL

View file

@ -1,21 +1,21 @@
[pointer_modifier_click.py]
[test_modifier_click[\\ue00a-altKey\]]
expected: ERROR
expected: FAIL
[test_modifier_click[\\ue052-altKey\]]
expected: ERROR
expected: FAIL
[test_modifier_click[\\ue03d-metaKey\]]
expected: ERROR
expected: FAIL
[test_modifier_click[\\ue053-metaKey\]]
expected: ERROR
expected: FAIL
[test_modifier_click[\\ue008-shiftKey\]]
expected: ERROR
expected: FAIL
[test_modifier_click[\\ue050-shiftKey\]]
expected: ERROR
expected: FAIL
[test_many_modifiers_click]
expected: ERROR
expected: FAIL

View file

@ -1,4 +1,5 @@
[pointer_mouse.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL

View file

@ -1,4 +1,5 @@
[pointer_pen.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL

View file

@ -1,4 +1,5 @@
[pointer_touch.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL

View file

@ -1,4 +1,5 @@
[sequence_tentative.py]
expected: TIMEOUT
[test_release_mouse_sequence_resets_dblclick_state[with release actions\]]
expected: FAIL

View file

@ -1,2 +0,0 @@
[set.py]
expected: TIMEOUT

View file

@ -15,7 +15,7 @@
expected: FAIL
[test_set_to_available_size]
expected: ERROR
expected: FAIL
[test_set_smaller_than_minimum_browser_size]
expected: FAIL
@ -30,10 +30,22 @@
expected: FAIL
[test_negative_x_y]
expected: ERROR
expected: FAIL
[test_set_to_screen_size]
expected: ERROR
expected: FAIL
[test_set_larger_than_screen_size]
expected: ERROR
expected: FAIL
[test_width_height_floats]
expected: FAIL
[test_height_width_as_current]
expected: FAIL
[test_height_as_current]
expected: FAIL
[test_width_as_current]
expected: FAIL

View file

@ -16,6 +16,3 @@
[test_frame_id_shadow_root]
expected: FAIL
[test_frame_id_null]
expected: FAIL

View file

@ -1,6 +1,3 @@
[switch.py]
[test_switch_from_iframe]
expected: FAIL
[test_switch_from_top_level]
expected: FAIL

View file

@ -1,3 +1,4 @@
[alerts.py]
expected: TIMEOUT
[test_retain_tab_modal_status]
expected: FAIL

View file

@ -1,4 +1,5 @@
[switch.py]
expected: TIMEOUT
[test_no_top_browsing_context]
expected: FAIL

View file

@ -0,0 +1,9 @@
[iframe.py]
[test_always_captures_top_browsing_context]
expected: FAIL
[test_source_origin[same_origin\]]
expected: FAIL
[test_source_origin[cross_origin\]]
expected: FAIL

View file

@ -4,3 +4,6 @@
[test_no_browsing_context]
expected: FAIL
[test_format_and_dimensions]
expected: FAIL