diff options
author | Josh Matthews <josh@joshmatthews.net> | 2025-04-25 23:21:09 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2025-04-25 23:21:09 -0400 |
commit | 4a2079608cf4f3e896b98bef2205cd0554a3d25f (patch) | |
tree | 6fa3c4723466db057e2c555a17b99c35f3bb4caa | |
parent | 11de9c3f2d29425a0bfed1807fc893695b42dcc0 (diff) | |
download | servo-4a2079608cf4f3e896b98bef2205cd0554a3d25f.tar.gz servo-4a2079608cf4f3e896b98bef2205cd0554a3d25f.zip |
Update more WPT results.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
10 files changed, 227 insertions, 34 deletions
diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/invalid.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/invalid.py.ini new file mode 100644 index 00000000000..df030a8c012 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/invalid.py.ini @@ -0,0 +1,90 @@ +[invalid.py] + [test_input_source_action_sequence_actions_pause_duration_invalid_value[9007199254740992-none\]] + expected: FAIL + + [test_input_source_action_sequence_actions_pause_duration_invalid_value[9007199254740992-key\]] + expected: FAIL + + [test_input_source_action_sequence_actions_pause_duration_invalid_value[9007199254740992-pointer\]] + expected: FAIL + + [test_input_source_action_sequence_actions_pause_duration_invalid_value[9007199254740992-wheel\]] + expected: FAIL + + [test_pointer_action_up_down_button_invalid_value[9007199254740992-pointerDown\]] + expected: FAIL + + [test_pointer_action_up_down_button_invalid_value[9007199254740992-pointerUp\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerDown\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerMove\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerUp\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerDown\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerMove\]] + expected: FAIL + + [test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerUp\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_type[None-x\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_type[None-y\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_value[-9007199254740992-x\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_value[-9007199254740992-y\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_value[9007199254740992-x\]] + expected: FAIL + + [test_wheel_action_scroll_coordinate_invalid_value[9007199254740992-y\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_type[None-x\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_type[None-y\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_value[-9007199254740992-x\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_value[-9007199254740992-y\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_value[9007199254740992-x\]] + expected: FAIL + + [test_wheel_action_scroll_delta_invalid_value[9007199254740992-y\]] + expected: FAIL + + [test_wheel_action_scroll_origin_pointer_not_supported] + expected: FAIL + + [test_wheel_action_scroll_origin_element_invalid_value] + expected: FAIL + + [test_wheel_action_scroll_missing_property[x\]] + expected: FAIL + + [test_wheel_action_scroll_missing_property[y\]] + expected: FAIL + + [test_wheel_action_scroll_missing_property[deltaX\]] + expected: FAIL + + [test_wheel_action_scroll_missing_property[deltaY\]] + expected: FAIL diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/perform.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/perform.py.ini index a6db6069072..b4a8841b9ae 100644 --- a/tests/wpt/meta/webdriver/tests/classic/perform_actions/perform.py.ini +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/perform.py.ini @@ -1,24 +1,9 @@ [perform.py] [test_input_source_action_sequence_actions_pause_duration_valid[wheel\]] - expected: ERROR - - [test_input_source_action_sequence_actions_pause_duration_missing[none\]] - expected: ERROR - - [test_input_source_action_sequence_actions_pause_duration_missing[key\]] - expected: ERROR - - [test_input_source_action_sequence_actions_pause_duration_missing[pointer\]] - expected: ERROR + expected: FAIL [test_input_source_action_sequence_actions_pause_duration_missing[wheel\]] - expected: ERROR - - [test_input_source_action_sequence_pointer_parameters_not_processed[none\]] - expected: ERROR - - [test_input_source_action_sequence_pointer_parameters_not_processed[key\]] - expected: ERROR + expected: FAIL [test_input_source_action_sequence_pointer_parameters_not_processed[wheel\]] - expected: ERROR + expected: FAIL diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_dblclick.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_dblclick.py.ini index 523d8d29edb..1e025196655 100644 --- a/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_dblclick.py.ini +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_dblclick.py.ini @@ -1,9 +1,9 @@ [pointer_dblclick.py] [test_dblclick_at_coordinates[0\]] - expected: FAIL + expected: ERROR [test_dblclick_at_coordinates[200\]] - expected: FAIL + expected: ERROR [test_no_dblclick_when_mouse_moves] - expected: FAIL + expected: ERROR diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_mouse.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_mouse.py.ini new file mode 100644 index 00000000000..a1415c75901 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/pointer_mouse.py.ini @@ -0,0 +1,84 @@ +[pointer_mouse.py] + [test_null_response_value] + expected: ERROR + + [test_no_top_browsing_context] + expected: ERROR + + [test_no_browsing_context] + expected: ERROR + + [test_pointer_down_closes_browsing_context] + expected: ERROR + + [test_stale_element_reference[top_context\]] + expected: ERROR + + [test_stale_element_reference[child_context\]] + expected: ERROR + + [test_params_actions_origin_outside_viewport[element\]] + expected: ERROR + + [test_params_actions_origin_outside_viewport[pointer\]] + expected: ERROR + + [test_params_actions_origin_outside_viewport[viewport\]] + expected: ERROR + + [test_click_at_coordinates] + expected: ERROR + + [test_context_menu_at_coordinates] + expected: ERROR + + [test_middle_click] + expected: ERROR + + [test_click_element_center] + expected: ERROR + + [test_click_element_in_shadow_tree[outer-open\]] + expected: ERROR + + [test_click_element_in_shadow_tree[outer-closed\]] + expected: ERROR + + [test_click_element_in_shadow_tree[inner-open\]] + expected: ERROR + + [test_click_element_in_shadow_tree[inner-closed\]] + expected: ERROR + + [test_click_navigation] + expected: ERROR + + [test_move_to_position_in_viewport[default value\]] + expected: ERROR + + [test_move_to_position_in_viewport[x\]] + expected: ERROR + + [test_move_to_position_in_viewport[y\]] + expected: ERROR + + [test_move_to_fractional_position] + expected: ERROR + + [test_move_to_origin_position_within_frame[viewport\]] + expected: ERROR + + [test_move_to_origin_position_within_frame[pointer\]] + expected: ERROR + + [test_move_to_origin_position_within_frame[element\]] + expected: ERROR + + [test_missing_coordinates[x\]] + expected: ERROR + + [test_missing_coordinates[y\]] + expected: ERROR + + [test_invalid_element_origin] + expected: ERROR diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/sequence.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/sequence.py.ini new file mode 100644 index 00000000000..5002dfa0286 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/sequence.py.ini @@ -0,0 +1,3 @@ +[sequence.py] + [test_perform_no_actions_send_no_events] + expected: ERROR diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/wheel.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/wheel.py.ini index c27949766bd..3f6abc70f3e 100644 --- a/tests/wpt/meta/webdriver/tests/classic/perform_actions/wheel.py.ini +++ b/tests/wpt/meta/webdriver/tests/classic/perform_actions/wheel.py.ini @@ -1,39 +1,39 @@ [wheel.py] [test_null_response_value] - expected: ERROR + expected: FAIL [test_no_top_browsing_context] - expected: ERROR + expected: FAIL [test_no_browsing_context] - expected: ERROR + expected: FAIL [test_params_actions_origin_outside_viewport[element\]] - expected: ERROR + expected: FAIL [test_params_actions_origin_outside_viewport[viewport\]] - expected: ERROR + expected: FAIL [test_scroll_not_scrollable] - expected: ERROR + expected: FAIL [test_scroll_scrollable_overflow] - expected: ERROR + expected: FAIL [test_scroll_iframe] - expected: ERROR + expected: FAIL [test_scroll_shadow_tree[outer-open\]] - expected: ERROR + expected: FAIL [test_scroll_shadow_tree[outer-closed\]] - expected: ERROR + expected: FAIL [test_scroll_shadow_tree[inner-open\]] - expected: ERROR + expected: FAIL [test_scroll_shadow_tree[inner-closed\]] - expected: ERROR + expected: FAIL [test_scroll_with_key_pressed] - expected: ERROR + expected: FAIL diff --git a/tests/wpt/meta/webdriver/tests/classic/refresh/refresh.py.ini b/tests/wpt/meta/webdriver/tests/classic/refresh/refresh.py.ini new file mode 100644 index 00000000000..3bc985ae5d8 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/refresh/refresh.py.ini @@ -0,0 +1,21 @@ +[refresh.py] + [test_no_top_browsing_context] + expected: FAIL + + [test_no_browsing_context] + expected: ERROR + + [test_seen_nodes[http\]] + expected: FAIL + + [test_seen_nodes[https\]] + expected: FAIL + + [test_seen_nodes[https coop\]] + expected: FAIL + + [test_history_pushstate] + expected: FAIL + + [test_refresh_switches_to_parent_browsing_context] + expected: FAIL diff --git a/tests/wpt/meta/webdriver/tests/classic/release_actions/release.py.ini b/tests/wpt/meta/webdriver/tests/classic/release_actions/release.py.ini new file mode 100644 index 00000000000..7fcece99066 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/release_actions/release.py.ini @@ -0,0 +1,6 @@ +[release.py] + [test_no_top_browsing_context] + expected: FAIL + + [test_no_browsing_context] + expected: ERROR diff --git a/tests/wpt/meta/webdriver/tests/classic/set_timeouts/user_prompts.py.ini b/tests/wpt/meta/webdriver/tests/classic/set_timeouts/user_prompts.py.ini new file mode 100644 index 00000000000..913351aaa55 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/set_timeouts/user_prompts.py.ini @@ -0,0 +1,2 @@ +[user_prompts.py] + disabled: https://github.com/servo/servo/issues/35734
\ No newline at end of file diff --git a/tests/wpt/meta/webdriver/tests/classic/set_window_rect/user_prompts.py.ini b/tests/wpt/meta/webdriver/tests/classic/set_window_rect/user_prompts.py.ini new file mode 100644 index 00000000000..913351aaa55 --- /dev/null +++ b/tests/wpt/meta/webdriver/tests/classic/set_window_rect/user_prompts.py.ini @@ -0,0 +1,2 @@ +[user_prompts.py] + disabled: https://github.com/servo/servo/issues/35734
\ No newline at end of file |