Closed
Bug 1815635
Opened 3 years ago
Closed 2 years ago
[wpt-sync] Sync PR 38410 - Fix shadow-dom/focus-navigation/focus-navigation-web-component-input-type-radio.html for Safari
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38410 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38410
Details from upstream follow.
Ryosuke Niwa <rniwa@webkit.org> wrote:
Fix shadow-dom/focus-navigation/focus-navigation-web-component-input-type-radio.html for Safari
This test was erroneously assuming that radio buttons are focusable. Use a span with ARIA role=radio and tabindex=0 instead as this is not the case in Safari.
| Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e236a495be274455ceacbdbbac906cee0244ac97
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/845699997a25
[wpt PR 38410] - Fix shadow-dom/focus-navigation/focus-navigation-web-component-input-type-radio.html for Safari, a=testonly
| Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•