Summary: | imported/w3c/web-platform-tests/inert/inert-node-is-unfocusable.html is failing | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> | ||||||||||
Component: | CSS | Assignee: | Antti Koivisto <koivisto> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | cdumez, cmarcelo, esprehn+autocc, ews-watchlist, kangil.han, mifenton, ntim, webkit-bug-importer, zalan | ||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||
Version: | WebKit Nightly Build | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=239006 https://bugs.webkit.org/show_bug.cgi?id=251597 |
||||||||||||
Attachments: |
|
Description
Antti Koivisto
2022-11-11 07:23:22 PST
https://bugs.webkit.org/show_bug.cgi?id=239006 fixes it for WK1 on gtk wk2 as well. Looks like the failure is testing focusability on a date-time input, which I think are disabled on wk1, and different on iOS. (In reply to Tim Nguyen (:ntim) from comment #3) > Looks like the failure is testing focusability on a date-time input, which I > think are disabled on wk1, and different on iOS. actually datetime is just an alias of text. I think the issue here is that the siblings are not invalidated, only first child gets invalidated. Created attachment 463531 [details]
Patch
Created attachment 463534 [details]
Patch
Created attachment 463535 [details]
Patch
Created attachment 463551 [details]
Patch
Committed 256782@main (aaa2528fde20): <https://commits.webkit.org/256782@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463551 [details]. This caused a regression: bug 251597. |