[wpt-sync] Sync PR 46856 - [WebDriver BiDi] Align `browsingContext.userPromptClosed` tests with spec
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox129 fixed)
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46856 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46856
Details from upstream follow.
Maksim Sadym <sadym@chromium.org> wrote:
[WebDriver BiDi] Align
browsingContext.userPromptClosed
tests with spec
browsingContext.UserPromptClosedParameters
does not havetype
field.
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 10 subtests
Status Summary
Firefox
OK
: 2
PASS
: 1
FAIL
: 9[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview] 11[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub]
Chrome
OK
: 2
PASS
: 12
Safari
OK
: 2
ERROR
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/browsing_context/user_prompt_closed/beforeunload.py [wpt.fyi]
- test_beforeunload[False]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_beforeunload[True]:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_beforeunload[False]:
- /webdriver/tests/bidi/browsing_context/user_prompt_closed/user_prompt_closed.py [wpt.fyi]
- test_prompt_type_alert:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_prompt_type_confirm[True]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_prompt_type_confirm[False]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_prompt_type_prompt[True]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_prompt_type_prompt[False]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_prompt_with_defaults:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_subscribe_to_one_context[tab]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_subscribe_to_one_context[window]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_iframe:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_prompt_type_alert:
Comment 4•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f99a2c45e941
https://hg.mozilla.org/mozilla-central/rev/a272a2588232
Description
•