[wpt-sync] Sync PR 32744 - Shadow DOM: Fix :focus selector behavior for shadow hosts
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32744 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32744
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
Shadow DOM: Fix :focus selector behavior for shadow hosts
If a shadow node is focused, all ancestor shadow hosts should match
to :focus pseudo selector.
Such shadow hosts should not match to :focus-visible pseudo selector.The new behavior matches to Firefox and Safari.
- Merge some web tests into a WPT.
Bug: 1014091
Change-Id: Ibbe841c18324f1cf18dba04138e4e5e102ea31f1
Reviewed-on: https://chromium-review.googlesource.com/3439312
WPT-Export-Revision: e9b9d74f0217c1f58f69a7f49032a440e783fe5d
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 20 subtests
Status Summary
Firefox
OK : 1
PASS: 20
Chrome
OK : 1
PASS: 14
FAIL: 6
Safari
OK : 1
PASS: 20
Links
Comment 5•3 years ago
|
||
bugherder |
Description
•