[wpt-sync] Sync PR 43384 - [soft navigations] Improve nested event scope handling
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox122 fixed)
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43384 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43384
Details from upstream follow.
Yoav Weiss <yoavweiss@chromium.org> wrote:
[soft navigations] Improve nested event scope handling
This CL improves SoftNavigationEventScope's handling of nested event
scopes, which can happen when a user interaction event triggers a
synchronous navigation. (e.g. through the history/navigation API, or
through window.open)
It shouldn't comprise any functional change.Change-Id: I396acf32c1bd851652064481e27dfc42594de5ea
Bug: 1505059
Reviewed-on: https://chromium-review.googlesource.com/5056838
WPT-Export-Revision: fdb0fc007d35c4b929104ef0e7b99483f83384e6
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
ERROR
: 1
Chrome
OK
: 1
PASS
: 1
Safari
ERROR
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /soft-navigation-heuristics/multiple_nested_events.tentative.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9498537c097
https://hg.mozilla.org/mozilla-central/rev/86acb4e895bf
Description
•