[wpt-sync] Sync PR 49327 - [WebDriver BiDi] Align initial `browsingContext` events with the spec
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox135 fixed)
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49327 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49327
Details from upstream follow.
Maksim Sadym <sadym@chromium.org> wrote:
[WebDriver BiDi] Align initial
browsingContext
events with the specAs discussed in https://github.com/w3c/webdriver-bidi/issues/766, and according to the HTML spec, the navigation, load and dom loaded events should not be emitted when browsing context is created.
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 2 subtests
Status Summary
Firefox
OK
: 4
PASS
: 21
FAIL
: 4
Chrome
OK
: 4
PASS
: 21
FAIL
: 4
Safari
OK
: 4
ERROR
: 25
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/browsing_context/dom_content_loaded/dom_content_loaded.py [wpt.fyi]
- test_new_context_not_emitted[tab]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_new_context_not_emitted[window]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_new_context_not_emitted[tab]:
- /webdriver/tests/bidi/browsing_context/load/load.py [wpt.fyi]
- test_new_context_not_emitted[tab]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_new_context_not_emitted[window]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_new_context_not_emitted[tab]:
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3d290e0b98d6
https://hg.mozilla.org/mozilla-central/rev/88ee3b8aa31b
Description
•