[wpt-sync] Sync PR 37241 - Make popover initial focus use GetFocusDelegate
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37241 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37241
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Make popover initial focus use GetFocusDelegate
The dialog element and the HTML spec PR use GetFocusDelegate for picking
an element to focus firstBug: 1307772
Change-Id: Iffc9d3883789ca7c21cf9bb9c97962a8b9a0bdb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4021969
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Mason Freed \<masonf@chromium.org>
Auto-Submit: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1082097}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
FAIL
: 1
ERROR
: 1
NOTRUN
: 1
Chrome
OK
: 1
PASS
: 2
Safari
FAIL
: 1
ERROR
: 1
NOTRUN
: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/popovers/popover-focus-child-dialog.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)- Popovers should not initially focus child dialog elements.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popovers should not initially focus child popover elements.:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
)
- Popovers should not initially focus child dialog elements.:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c30d819ca2c4
https://hg.mozilla.org/mozilla-central/rev/8c551c25f14e
Description
•