webdriver: Add handle any user prompts step for all commands (#38035)

- Add `handler any user prompt` step for all commands.
- Enable webdriver tests which were blocked by `handle any user prompt`
step.

---------

Signed-off-by: batu_hoang <hoang.binh.trong@huawei.com>
This commit is contained in:
batu_hoang 2025-07-17 17:47:47 +08:00 committed by GitHub
parent 18d1a62add
commit 345733a5c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 859 additions and 472 deletions

View file

@ -16,3 +16,6 @@
[test_accept_alert]
expected: FAIL
[test_unexpected_alert]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,30 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -59,15 +58,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -60,14 +59,11 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
[test_dismiss[alert\]]
expected: FAIL
[test_default[beforeunload-None\]]
[test_dismiss[confirm\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
[test_dismiss[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[delete.py]
expected: ERROR
[test_null_response_value]
expected: FAIL

View file

@ -16,3 +16,6 @@
[test_dismiss_alert]
expected: FAIL
[test_unexpected_alert]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,48 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,4 +1,5 @@
[navigate.py]
expected: TIMEOUT
[test_numbers_link]
expected: FAIL
@ -17,21 +18,9 @@
[test_link_from_toplevel_context_with_target[_parent\]]
expected: FAIL
[test_link_from_nested_context_with_target[\]]
expected: FAIL
[test_link_from_nested_context_with_target[_blank\]]
expected: FAIL
[test_link_from_nested_context_with_target[_parent\]]
expected: FAIL
[test_link_from_nested_context_with_target[_self\]]
expected: FAIL
[test_link_from_nested_context_with_target[_top\]]
expected: FAIL
[test_link_cross_origin]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -60,14 +59,20 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
[test_accept[beforeunload-None\]]
expected: FAIL
[test_default[prompt-None\]]
[test_accept_and_notify[beforeunload-None\]]
expected: FAIL
[test_dismiss[beforeunload-None\]]
expected: FAIL
[test_dismiss_and_notify[beforeunload-None\]]
expected: FAIL
[test_ignore[beforeunload\]]
expected: FAIL

View file

@ -1,6 +1,15 @@
[events.py]
[test_form_control_send_text[input\]]
expected: FAIL
expected: ERROR
[test_form_control_send_text[textarea\]]
expected: FAIL
expected: ERROR
[test_file_upload]
expected: ERROR
[test_not_blurred[input\]]
expected: ERROR
[test_not_blurred[textarea\]]
expected: ERROR

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,22 +1,3 @@
[execute_async.py]
expected: TIMEOUT
[test_no_browsing_context]
expected: FAIL
[test_abort_by_user_prompt[alert\]]
expected: FAIL
[test_abort_by_user_prompt[confirm\]]
expected: FAIL
[test_abort_by_user_prompt[prompt\]]
expected: FAIL
[test_abort_by_user_prompt_twice[alert\]]
expected: FAIL
[test_abort_by_user_prompt_twice[confirm\]]
expected: FAIL
[test_abort_by_user_prompt_twice[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -60,14 +59,8 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
[test_dismiss_and_notify[alert-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -60,14 +59,8 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
[test_dismiss_and_notify[alert-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,3 +0,0 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,48 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,14 +1,4 @@
[get.py]
disabled: https://github.com/servo/servo/issues/35734
[test_no_top_browsing_context]
expected: FAIL
[test_no_browsing_context]
expected: ERROR
[test_no_user_prompt]
expected: FAIL
[test_get_alert_text]
expected: FAIL

View file

@ -1,2 +1,54 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,2 +0,0 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -45,11 +44,20 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
[test_accept[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
[test_accept[confirm-True\]]
expected: FAIL
[test_default[prompt-None\]]
[test_accept[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,5 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT
[test_accept[capabilities0-alert-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert\]]
expected: FAIL
[test_default[confirm\]]
expected: FAIL
[test_default[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert\]]
expected: FAIL
[test_default[confirm\]]
expected: FAIL
[test_default[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

@ -1,2 +1,2 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT
[test_accept[capabilities0-alert-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,48 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,48 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -60,14 +59,8 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
[test_dismiss_and_notify[alert-None\]]
expected: FAIL

View file

@ -1,25 +0,0 @@
[unhandled_prompt_behavior.py]
expected: TIMEOUT
[test_unhandled_prompt_behavior_as_object_default[handler0-expected_capability0-True-True\]]
expected: FAIL
[test_unhandled_prompt_behavior_as_object_default[handler1-expected_capability1-True-False\]]
expected: FAIL
[test_unhandled_prompt_behavior_as_object_default[handler2-expected_capability2-False-True\]]
expected: FAIL
[test_beforeunload_prompts_always_automatically_accepted[accept\]]
expected: FAIL
[test_beforeunload_prompts_always_automatically_accepted[accept and notify\]]
expected: FAIL
[test_beforeunload_prompts_always_automatically_accepted[dismiss\]]
expected: FAIL
[test_beforeunload_prompts_always_automatically_accepted[dismiss and notify\]]
expected: FAIL
[test_beforeunload_prompts_always_automatically_accepted[ignore\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL

View file

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

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: ERROR
@ -44,15 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: ERROR
[test_default[alert-None\]]
expected: ERROR
[test_default[confirm-False\]]
expected: ERROR
[test_default[prompt-None\]]
expected: ERROR
[test_dismissed_beforeunload]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -53,3 +52,48 @@
[test_default[prompt-None\]]
expected: FAIL
[test_accept[alert-None\]]
expected: FAIL
[test_accept[confirm-True\]]
expected: FAIL
[test_accept[prompt-\]]
expected: FAIL
[test_accept_and_notify[alert-None\]]
expected: FAIL
[test_accept_and_notify[confirm-True\]]
expected: FAIL
[test_accept_and_notify[prompt-\]]
expected: FAIL
[test_dismiss[alert-None\]]
expected: FAIL
[test_dismiss[confirm-False\]]
expected: FAIL
[test_dismiss[prompt-None\]]
expected: FAIL
[test_dismiss_and_notify[alert-None\]]
expected: FAIL
[test_dismiss_and_notify[confirm-False\]]
expected: FAIL
[test_dismiss_and_notify[prompt-None\]]
expected: FAIL
[test_ignore[alert\]]
expected: FAIL
[test_ignore[confirm\]]
expected: FAIL
[test_ignore[prompt\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert\]]
expected: FAIL
@ -60,14 +59,38 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[beforeunload-None\]]
expected: FAIL
[test_default[confirm-False\]]
[test_accept[alert\]]
expected: FAIL
[test_default[prompt-None\]]
[test_accept[beforeunload\]]
expected: FAIL
[test_accept[confirm\]]
expected: FAIL
[test_accept[prompt\]]
expected: FAIL
[test_accept_and_notify[beforeunload-None\]]
expected: FAIL
[test_dismiss[alert\]]
expected: FAIL
[test_dismiss[beforeunload\]]
expected: FAIL
[test_dismiss[confirm\]]
expected: FAIL
[test_dismiss[prompt\]]
expected: FAIL
[test_dismiss_and_notify[beforeunload-None\]]
expected: FAIL
[test_ignore[beforeunload\]]
expected: FAIL

View file

@ -1,3 +1,51 @@
[send.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT
[test_null_response_value]
expected: ERROR
[test_invalid_input[None\]]
expected: ERROR
[test_invalid_input[text1\]]
expected: ERROR
[test_invalid_input[text2\]]
expected: ERROR
[test_invalid_input[42\]]
expected: ERROR
[test_no_top_browsing_context]
expected: FAIL
[test_no_browsing_context]
expected: FAIL
[test_no_user_prompt]
expected: FAIL
[test_alert_element_not_interactable[alert\]]
expected: FAIL
[test_alert_element_not_interactable[confirm\]]
expected: FAIL
[test_chained_alert_element_not_interactable[alert\]]
expected: FAIL
[test_chained_alert_element_not_interactable[confirm\]]
expected: FAIL
[test_send_alert_text[\]]
expected: ERROR
[test_send_alert_text[Federer\]]
expected: ERROR
[test_send_alert_text[ Fed erer \]]
expected: FAIL
[test_send_alert_text[Fed\\terer\]]
expected: ERROR
[test_unexpected_alert]
expected: FAIL

View file

@ -1,2 +0,0 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734

View file

@ -5,27 +5,9 @@
[test_restore_from_maximized]
expected: FAIL
[test_x_y_floats]
expected: FAIL
[test_set_to_available_size]
expected: FAIL
[test_set_smaller_than_minimum_browser_size]
expected: FAIL
[test_x_y]
expected: FAIL
[test_x_as_current]
expected: FAIL
[test_y_as_current]
expected: FAIL
[test_negative_x_y]
expected: FAIL
[test_no_change[rect12\]]
expected: FAIL
@ -43,21 +25,3 @@
[test_no_change[rect19\]]
expected: FAIL
[test_partial_input[rect2\]]
expected: FAIL
[test_partial_input[rect3\]]
expected: FAIL
[test_partial_input[rect4\]]
expected: FAIL
[test_partial_input[rect5\]]
expected: FAIL
[test_partial_input[rect6\]]
expected: FAIL
[test_partial_input[rect7\]]
expected: FAIL

View file

@ -1,2 +0,0 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734

View file

@ -1,5 +1,5 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
expected: TIMEOUT
[test_accept[capabilities0-alert-None\]]
expected: FAIL

View file

@ -1,5 +1,4 @@
[user_prompts.py]
disabled: https://github.com/servo/servo/issues/35734
[test_accept[capabilities0-alert-None\]]
expected: FAIL
@ -44,12 +43,3 @@
[test_ignore[capabilities0-prompt\]]
expected: FAIL
[test_default[alert-None\]]
expected: FAIL
[test_default[confirm-False\]]
expected: FAIL
[test_default[prompt-None\]]
expected: FAIL