On Mac WebKit2 only for some reason.
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
<rdar://problem/102367494>
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.