[wpt-sync] Sync PR 51994 - [wdspec]Fix /webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py:test_client_window
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51994 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51994
Details from upstream follow.
Maksim Sadym <sadym@chromium.org> wrote:
[wdspec]Fix /webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py:test_client_window
According to the spec, the "get the navigable info"'s "max depth" is null for "browsingContext.contextDestroyed"'s body. Meaning the "children" field should be an empty list instead of "None".
https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-contextDestroyed
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Updated•3 days ago
|
Updated•3 days ago
|
Updated•3 days ago
|
Assignee | ||
Updated•2 days ago
|
Assignee | ||
Comment 1•2 days ago
|
||
Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 17 subtests
Status Summary
Firefox
OK
: 1
PASS
: 11[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] 14[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub]
FAIL
: 3
Chrome
OK
: 1
PASS
: 17
Safari
OK
: 1
ERROR
: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py [wpt.fyi]
- test_nested_iframes_delete_top_iframe:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_client_window[tab]:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_client_window[window]:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_nested_iframes_delete_top_iframe:
Description
•