:has(:disabled)
Created attachment 447871 [details] Patch
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/32182
Created attachment 447872 [details] Patch
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Comment on attachment 447872 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447872&action=review > Source/WebCore/html/HTMLFormControlElement.cpp:164 > + Style::PseudoClassChangeInvalidation disabledInvalidation(*this, CSSSelector::PseudoClassDisabled); Does this need something similar for `:enabled`? Same here and below
> Does this need something similar for `:enabled`? Yeah, good point. Sad there are no tests that fail yet for that.
Created attachment 447973 [details] Patch
Committed r287445 (245580@main): <https://commits.webkit.org/245580@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447973 [details].
<rdar://problem/86919760>
*** Bug 232233 has been marked as a duplicate of this bug. ***